Shades of Golden Brown #9E6A16
Tints of Golden Brown #9E6A16
RGB
CMYK
RGB Variations
Color information
#9E6A16 (or 0x9E6A16) is known color: Golden Brown. HEX triplet: 9E, 6A and 16. RGB value is (158,106,22). Sum of RGB (Red+Green+Blue) = 158+106+22=286 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.24% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6A16 is #6195E9. Grayscale: #707070. Windows color (decimal): -6395370 or 1469086. OLE color: 1469086.
HSL color Cylindrical-coordinate representation of color #9E6A16: hue angle of 37.06º 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 #9E6A16 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 106 | 22 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.38 |
| HSL | 37.06º | 0.76% | 0.35% | - |
| HSV(B) | 37.06º | 0.86% | 0.62% | - |
| XYZ | 19.4 | 17.64 | 3.14 | - |
| YUV | 111.97 | 77.23 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 106 | 22 | 0 | 0.33 | 0.86 | 0.38 | 37.06 | 0.76 | 0.35 |
| Hex | 9E | 6A | 16 | 0 | 21 | 56 | 26 | 25 | 4C | 23 |
| Octal | 236 | 152 | 26 | 0 | 41 | 126 | 46 | 45 | 114 | 43 |
| Binary | 10011110 | 1101010 | 10110 | 0 | 100001 | 1010110 | 100110 | 100101 | 1001100 | 100011 |
Color Harmonies of #9E6A16
Complementary color
Monochromatic Colors of #9E6A16
Black with #9E6A16
Text Example
Text Example
White with #9E6A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6A16; }
p { color: rgb(158,106,22); }
H1.HeaderClassName
{
color: #9E6A16;
}
.AnyTagClassName
{
color: #9E6A16;
}
</style>
background-color css
<style>
a { background-color: #9E6A16; }
a { background-color: rgb(158,106,22); }
div.DivClassName
{
background-color: #9E6A16;
}
.BgClassName
{
background-color: #9E6A16;
}
</style>
border-color css
<style>
span { border-color: #9E6A16; }
span { border-color: rgb(158,106,22); }
td.TdClassName
{
border-color: #9E6A16;
}
.TagClassName
{
border-color: #9E6A16;
}
</style>