Shades of Golden Brown #9E5A06
Tints of Golden Brown #9E5A06
RGB
CMYK
RGB Variations
Color information
#9E5A06 (or 0x9E5A06) is known color: Golden Brown. HEX triplet: 9E, 5A and 06. RGB value is (158,90,6). Sum of RGB (Red+Green+Blue) = 158+90+6=254 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.20% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5A06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5A06 is #61A5F9. Grayscale: #656565. Windows color (decimal): -6399482 or 416414. OLE color: 416414.
HSL color Cylindrical-coordinate representation of color #9E5A06: hue angle of 33.16º 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 #9E5A06 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 90 | 6 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.38 |
| HSL | 33.16º | 0.93% | 0.32% | - |
| HSV(B) | 33.16º | 0.96% | 0.62% | - |
| XYZ | 17.79 | 14.59 | 2.05 | - |
| YUV | 100.76 | 74.53 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 90 | 6 | 0 | 0.43 | 0.96 | 0.38 | 33.16 | 0.93 | 0.32 |
| Hex | 9E | 5A | 6 | 0 | 2B | 60 | 26 | 21 | 5D | 20 |
| Octal | 236 | 132 | 6 | 0 | 53 | 140 | 46 | 41 | 135 | 40 |
| Binary | 10011110 | 1011010 | 110 | 0 | 101011 | 1100000 | 100110 | 100001 | 1011101 | 100000 |
Color Harmonies of #9E5A06
Complementary color
Monochromatic Colors of #9E5A06
Black with #9E5A06
Text Example
Text Example
White with #9E5A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5A06; }
p { color: rgb(158,90,6); }
H1.HeaderClassName
{
color: #9E5A06;
}
.AnyTagClassName
{
color: #9E5A06;
}
</style>
background-color css
<style>
a { background-color: #9E5A06; }
a { background-color: rgb(158,90,6); }
div.DivClassName
{
background-color: #9E5A06;
}
.BgClassName
{
background-color: #9E5A06;
}
</style>
border-color css
<style>
span { border-color: #9E5A06; }
span { border-color: rgb(158,90,6); }
td.TdClassName
{
border-color: #9E5A06;
}
.TagClassName
{
border-color: #9E5A06;
}
</style>