Shades of Golden Brown #9E6612
Tints of Golden Brown #9E6612
RGB
CMYK
RGB Variations
Color information
#9E6612 (or 0x9E6612) is known color: Golden Brown. HEX triplet: 9E, 66 and 12. RGB value is (158,102,18). Sum of RGB (Red+Green+Blue) = 158+102+18=278 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.83% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6612 is #6199ED. Grayscale: #6D6D6D. Windows color (decimal): -6396398 or 1205918. OLE color: 1205918.
HSL color Cylindrical-coordinate representation of color #9E6612: hue angle of 36º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E6612 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 102 | 18 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.38 |
| HSL | 36º | 0.8% | 0.35% | - |
| HSV(B) | 36º | 0.89% | 0.62% | - |
| XYZ | 18.96 | 16.82 | 2.82 | - |
| YUV | 109.17 | 76.55 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 102 | 18 | 0 | 0.35 | 0.89 | 0.38 | 36 | 0.8 | 0.35 |
| Hex | 9E | 66 | 12 | 0 | 23 | 59 | 26 | 24 | 50 | 23 |
| Octal | 236 | 146 | 22 | 0 | 43 | 131 | 46 | 44 | 120 | 43 |
| Binary | 10011110 | 1100110 | 10010 | 0 | 100011 | 1011001 | 100110 | 100100 | 1010000 | 100011 |
Color Harmonies of #9E6612
Complementary color
Monochromatic Colors of #9E6612
Black with #9E6612
Text Example
Text Example
White with #9E6612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6612; }
p { color: rgb(158,102,18); }
H1.HeaderClassName
{
color: #9E6612;
}
.AnyTagClassName
{
color: #9E6612;
}
</style>
background-color css
<style>
a { background-color: #9E6612; }
a { background-color: rgb(158,102,18); }
div.DivClassName
{
background-color: #9E6612;
}
.BgClassName
{
background-color: #9E6612;
}
</style>
border-color css
<style>
span { border-color: #9E6612; }
span { border-color: rgb(158,102,18); }
td.TdClassName
{
border-color: #9E6612;
}
.TagClassName
{
border-color: #9E6612;
}
</style>