Shades of Golden Brown #9E6E16
Tints of Golden Brown #9E6E16
RGB
CMYK
RGB Variations
Color information
#9E6E16 (or 0x9E6E16) is known color: Golden Brown. HEX triplet: 9E, 6E and 16. RGB value is (158,110,22). Sum of RGB (Red+Green+Blue) = 158+110+22=290 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.48% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6E16 is #6191E9. Grayscale: #727272. Windows color (decimal): -6394346 or 1470110. OLE color: 1470110.
HSL color Cylindrical-coordinate representation of color #9E6E16: hue angle of 38.82º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E6E16 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 110 | 22 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.38 |
| HSL | 38.82º | 0.76% | 0.35% | - |
| HSV(B) | 38.82º | 0.86% | 0.62% | - |
| XYZ | 19.82 | 18.48 | 3.28 | - |
| YUV | 114.32 | 75.9 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 110 | 22 | 0 | 0.30 | 0.86 | 0.38 | 38.82 | 0.76 | 0.35 |
| Hex | 9E | 6E | 16 | 0 | 1E | 56 | 26 | 27 | 4C | 23 |
| Octal | 236 | 156 | 26 | 0 | 36 | 126 | 46 | 47 | 114 | 43 |
| Binary | 10011110 | 1101110 | 10110 | 0 | 11110 | 1010110 | 100110 | 100111 | 1001100 | 100011 |
Color Harmonies of #9E6E16
Complementary color
Monochromatic Colors of #9E6E16
Black with #9E6E16
Text Example
Text Example
White with #9E6E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6E16; }
p { color: rgb(158,110,22); }
H1.HeaderClassName
{
color: #9E6E16;
}
.AnyTagClassName
{
color: #9E6E16;
}
</style>
background-color css
<style>
a { background-color: #9E6E16; }
a { background-color: rgb(158,110,22); }
div.DivClassName
{
background-color: #9E6E16;
}
.BgClassName
{
background-color: #9E6E16;
}
</style>
border-color css
<style>
span { border-color: #9E6E16; }
span { border-color: rgb(158,110,22); }
td.TdClassName
{
border-color: #9E6E16;
}
.TagClassName
{
border-color: #9E6E16;
}
</style>