Shades of Golden Brown #9E6505
Tints of Golden Brown #9E6505
RGB
CMYK
RGB Variations
Color information
#9E6505 (or 0x9E6505) is known color: Golden Brown. HEX triplet: 9E, 65 and 05. RGB value is (158,101,5). Sum of RGB (Red+Green+Blue) = 158+101+5=264 (34% of max value = 765). Red value is 158 (62.11% from 255 or 59.85% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6505 is #619AFA. Grayscale: #6B6B6B. Windows color (decimal): -6396667 or 353694. OLE color: 353694.
HSL color Cylindrical-coordinate representation of color #9E6505: hue angle of 37.65º 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 #9E6505 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 101 | 5 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.38 |
| HSL | 37.65º | 0.94% | 0.32% | - |
| HSV(B) | 37.65º | 0.97% | 0.62% | - |
| XYZ | 18.78 | 16.59 | 2.36 | - |
| YUV | 107.1 | 70.38 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 5 | 0 | 0.36 | 0.97 | 0.38 | 37.65 | 0.94 | 0.32 |
| Hex | 9E | 65 | 5 | 0 | 24 | 61 | 26 | 26 | 5E | 20 |
| Octal | 236 | 145 | 5 | 0 | 44 | 141 | 46 | 46 | 136 | 40 |
| Binary | 10011110 | 1100101 | 101 | 0 | 100100 | 1100001 | 100110 | 100110 | 1011110 | 100000 |
Color Harmonies of #9E6505
Complementary color
Monochromatic Colors of #9E6505
Black with #9E6505
Text Example
Text Example
White with #9E6505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6505; }
p { color: rgb(158,101,5); }
H1.HeaderClassName
{
color: #9E6505;
}
.AnyTagClassName
{
color: #9E6505;
}
</style>
background-color css
<style>
a { background-color: #9E6505; }
a { background-color: rgb(158,101,5); }
div.DivClassName
{
background-color: #9E6505;
}
.BgClassName
{
background-color: #9E6505;
}
</style>
border-color css
<style>
span { border-color: #9E6505; }
span { border-color: rgb(158,101,5); }
td.TdClassName
{
border-color: #9E6505;
}
.TagClassName
{
border-color: #9E6505;
}
</style>