Shades of Golden Brown #9E7105
Tints of Golden Brown #9E7105
RGB
CMYK
RGB Variations
Color information
#9E7105 (or 0x9E7105) is known color: Golden Brown. HEX triplet: 9E, 71 and 05. RGB value is (158,113,5). Sum of RGB (Red+Green+Blue) = 158+113+5=276 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.25% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7105 is #618EFA. Grayscale: #727272. Windows color (decimal): -6393595 or 356766. OLE color: 356766.
HSL color Cylindrical-coordinate representation of color #9E7105: hue angle of 42.35º 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 #9E7105 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 113 | 5 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.38 |
| HSL | 42.35º | 0.94% | 0.32% | - |
| HSV(B) | 42.35º | 0.97% | 0.62% | - |
| XYZ | 20.03 | 19.09 | 2.77 | - |
| YUV | 114.14 | 66.41 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 113 | 5 | 0 | 0.28 | 0.97 | 0.38 | 42.35 | 0.94 | 0.32 |
| Hex | 9E | 71 | 5 | 0 | 1C | 61 | 26 | 2A | 5E | 20 |
| Octal | 236 | 161 | 5 | 0 | 34 | 141 | 46 | 52 | 136 | 40 |
| Binary | 10011110 | 1110001 | 101 | 0 | 11100 | 1100001 | 100110 | 101010 | 1011110 | 100000 |
Color Harmonies of #9E7105
Complementary color
Monochromatic Colors of #9E7105
Black with #9E7105
Text Example
Text Example
White with #9E7105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7105; }
p { color: rgb(158,113,5); }
H1.HeaderClassName
{
color: #9E7105;
}
.AnyTagClassName
{
color: #9E7105;
}
</style>
background-color css
<style>
a { background-color: #9E7105; }
a { background-color: rgb(158,113,5); }
div.DivClassName
{
background-color: #9E7105;
}
.BgClassName
{
background-color: #9E7105;
}
</style>
border-color css
<style>
span { border-color: #9E7105; }
span { border-color: rgb(158,113,5); }
td.TdClassName
{
border-color: #9E7105;
}
.TagClassName
{
border-color: #9E7105;
}
</style>