color details

Color Details
#6B4226 Color Hex

#6B4226 color RGB value is (6, 180, 34).
#6B4226 hex color red value is 6, green value is 180, and blue value is 34.
Cylindrical-coordinate representations (HSL) of color #6B4226 hue: 129.66, saturation: 0.94 and lightness: 0.36.

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

Color Spaces
Color spaces of #6B4226Value
RGB107, 66, 38
HSL0.07, 0.48, 0.28
HSV24°, 64°, 42°
XYZ8.36, 7.16, 2.78
Base Numbers
Base Red Green Blue
Binary 1101011 1000010 100110
Octal 153 102 46
Decimal 107 66 38
Hex 6B 42 26

RGB Percentages for Color #6B4226

50.71%
31.28%
18.01%

CMYK Percentages of the Color #6B4226

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

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

This sample text is styled with the font color #6B4226. 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 #6B4226

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(107, 66, 38, 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 #6B4226;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #6B4226
Scroll to Top