color details

Color Details
#6b5516 Color Hex

#6b5516 color RGB value is (6, 181, 81).
#6b5516 hex color red value is 6, green value is 181, and blue value is 81.
Cylindrical-coordinate representations (HSL) of color #6b5516 hue: 145.71, saturation: 0.94 and lightness: 0.37.

The process color (four-color CMYK) of #6b5516 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #6b5516 is #ff9999. Color #6b5516 contains mainly RED.

Color Spaces
Color spaces of #6b5516Value
RGB107, 85, 22
HSL0.12, 0.66, 0.25
HSV44°, 79°, 42°
XYZ9.46, 9.68, 2.13
Base Numbers
Base Red Green Blue
Binary 1101011 1010101 10110
Octal 153 125 26
Decimal 107 85 22
Hex 6B 55 16

RGB Percentages for Color #6b5516

50%
39.72%
10.28%

CMYK Percentages of the Color #6b5516

20.56%
79.44%
58.04%
CSS Codes for Color #6b5516
.mybgColor {background-color: #6b5516;}
.myforeColor {color: #6b5516;}
.myborderColor {border:3px solid #6b5516;}
Text Font Color #6b5516

<p style="color:#6b5516">Text here</p>

This sample text is styled with the font color #6b5516. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #6b5516

<div style="background-color:#6b5516">Div content here</div>

The background color of this div is #6b5516
Border Color #6b5516

<div style="border:3px solid #6b5516">Div here</div>

The border color of this div is #6b5516
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(107, 85, 22, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #6b5516;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #6b5516;
-webkit-box-shadow: 1px 1px 3px #6b5516;
box-shadow: 1px 1px 3px #6b5516;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107, 85, 22, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #6b5516;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #6b5516; -webkit-box-shadow: 1px 1px 3px #6b5516; box-shadow: 1px 1px 3px #6b5516;">Div content here</div>

This div box has a shadow with a specified color. #6b5516

Scroll to Top