Shades of Golden Brown #9E6816
Tints of Golden Brown #9E6816
RGB
CMYK
RGB Variations
Color information
#9E6816 (or 0x9E6816) is known color: Golden Brown. HEX triplet: 9E, 68 and 16. RGB value is (158,104,22). Sum of RGB (Red+Green+Blue) = 158+104+22=284 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.63% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6816 is #6197E9. Grayscale: #6F6F6F. Windows color (decimal): -6395882 or 1468574. OLE color: 1468574.
HSL color Cylindrical-coordinate representation of color #9E6816: hue angle of 36.18º 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 #9E6816 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 104 | 22 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.38 |
| HSL | 36.18º | 0.76% | 0.35% | - |
| HSV(B) | 36.18º | 0.86% | 0.62% | - |
| XYZ | 19.2 | 17.23 | 3.07 | - |
| YUV | 110.8 | 77.89 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 104 | 22 | 0 | 0.34 | 0.86 | 0.38 | 36.18 | 0.76 | 0.35 |
| Hex | 9E | 68 | 16 | 0 | 22 | 56 | 26 | 24 | 4C | 23 |
| Octal | 236 | 150 | 26 | 0 | 42 | 126 | 46 | 44 | 114 | 43 |
| Binary | 10011110 | 1101000 | 10110 | 0 | 100010 | 1010110 | 100110 | 100100 | 1001100 | 100011 |
Color Harmonies of #9E6816
Complementary color
Monochromatic Colors of #9E6816
Black with #9E6816
Text Example
Text Example
White with #9E6816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6816; }
p { color: rgb(158,104,22); }
H1.HeaderClassName
{
color: #9E6816;
}
.AnyTagClassName
{
color: #9E6816;
}
</style>
background-color css
<style>
a { background-color: #9E6816; }
a { background-color: rgb(158,104,22); }
div.DivClassName
{
background-color: #9E6816;
}
.BgClassName
{
background-color: #9E6816;
}
</style>
border-color css
<style>
span { border-color: #9E6816; }
span { border-color: rgb(158,104,22); }
td.TdClassName
{
border-color: #9E6816;
}
.TagClassName
{
border-color: #9E6816;
}
</style>