Shades of Golden Brown #9E6B06
Tints of Golden Brown #9E6B06
RGB
CMYK
RGB Variations
Color information
#9E6B06 (or 0x9E6B06) is known color: Golden Brown. HEX triplet: 9E, 6B and 06. RGB value is (158,107,6). Sum of RGB (Red+Green+Blue) = 158+107+6=271 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.30% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6B06 is #6194F9. Grayscale: #6F6F6F. Windows color (decimal): -6395130 or 420766. OLE color: 420766.
HSL color Cylindrical-coordinate representation of color #9E6B06: hue angle of 39.87º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E6B06 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 107 | 6 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.38 |
| HSL | 39.87º | 0.93% | 0.32% | - |
| HSV(B) | 39.87º | 0.96% | 0.62% | - |
| XYZ | 19.39 | 17.8 | 2.59 | - |
| YUV | 110.74 | 68.9 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 107 | 6 | 0 | 0.32 | 0.96 | 0.38 | 39.87 | 0.93 | 0.32 |
| Hex | 9E | 6B | 6 | 0 | 20 | 60 | 26 | 28 | 5D | 20 |
| Octal | 236 | 153 | 6 | 0 | 40 | 140 | 46 | 50 | 135 | 40 |
| Binary | 10011110 | 1101011 | 110 | 0 | 100000 | 1100000 | 100110 | 101000 | 1011101 | 100000 |
Color Harmonies of #9E6B06
Complementary color
Monochromatic Colors of #9E6B06
Black with #9E6B06
Text Example
Text Example
White with #9E6B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6B06; }
p { color: rgb(158,107,6); }
H1.HeaderClassName
{
color: #9E6B06;
}
.AnyTagClassName
{
color: #9E6B06;
}
</style>
background-color css
<style>
a { background-color: #9E6B06; }
a { background-color: rgb(158,107,6); }
div.DivClassName
{
background-color: #9E6B06;
}
.BgClassName
{
background-color: #9E6B06;
}
</style>
border-color css
<style>
span { border-color: #9E6B06; }
span { border-color: rgb(158,107,6); }
td.TdClassName
{
border-color: #9E6B06;
}
.TagClassName
{
border-color: #9E6B06;
}
</style>