Shades of Golden Brown #9E7705
Tints of Golden Brown #9E7705
RGB
CMYK
RGB Variations
Color information
#9E7705 (or 0x9E7705) is known color: Golden Brown. HEX triplet: 9E, 77 and 05. RGB value is (158,119,5). Sum of RGB (Red+Green+Blue) = 158+119+5=282 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.03% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7705 is #6188FA. Grayscale: #767676. Windows color (decimal): -6392059 or 358302. OLE color: 358302.
HSL color Cylindrical-coordinate representation of color #9E7705: hue angle of 44.71º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E7705 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 119 | 5 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.38 |
| HSL | 44.71º | 0.94% | 0.32% | - |
| HSV(B) | 44.71º | 0.97% | 0.62% | - |
| XYZ | 20.72 | 20.47 | 3 | - |
| YUV | 117.67 | 64.42 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 119 | 5 | 0 | 0.25 | 0.97 | 0.38 | 44.71 | 0.94 | 0.32 |
| Hex | 9E | 77 | 5 | 0 | 19 | 61 | 26 | 2D | 5E | 20 |
| Octal | 236 | 167 | 5 | 0 | 31 | 141 | 46 | 55 | 136 | 40 |
| Binary | 10011110 | 1110111 | 101 | 0 | 11001 | 1100001 | 100110 | 101101 | 1011110 | 100000 |
Color Harmonies of #9E7705
Complementary color
Monochromatic Colors of #9E7705
Black with #9E7705
Text Example
Text Example
White with #9E7705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7705; }
p { color: rgb(158,119,5); }
H1.HeaderClassName
{
color: #9E7705;
}
.AnyTagClassName
{
color: #9E7705;
}
</style>
background-color css
<style>
a { background-color: #9E7705; }
a { background-color: rgb(158,119,5); }
div.DivClassName
{
background-color: #9E7705;
}
.BgClassName
{
background-color: #9E7705;
}
</style>
border-color css
<style>
span { border-color: #9E7705; }
span { border-color: rgb(158,119,5); }
td.TdClassName
{
border-color: #9E7705;
}
.TagClassName
{
border-color: #9E7705;
}
</style>