Shades of Golden Brown #9E6504
Tints of Golden Brown #9E6504
RGB
CMYK
RGB Variations
Color information
#9E6504 (or 0x9E6504) is known color: Golden Brown. HEX triplet: 9E, 65 and 04. RGB value is (158,101,4). Sum of RGB (Red+Green+Blue) = 158+101+4=263 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.08% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6504 is #619AFB. Grayscale: #6B6B6B. Windows color (decimal): -6396668 or 288158. OLE color: 288158.
HSL color Cylindrical-coordinate representation of color #9E6504: hue angle of 37.79º degrees, saturation: 0.95, 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 #9E6504 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 101 | 4 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.38 |
| HSL | 37.79º | 0.95% | 0.32% | - |
| HSV(B) | 37.79º | 0.97% | 0.62% | - |
| XYZ | 18.78 | 16.59 | 2.33 | - |
| YUV | 106.99 | 69.88 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 4 | 0 | 0.36 | 0.97 | 0.38 | 37.79 | 0.95 | 0.32 |
| Hex | 9E | 65 | 4 | 0 | 24 | 61 | 26 | 26 | 5F | 20 |
| Octal | 236 | 145 | 4 | 0 | 44 | 141 | 46 | 46 | 137 | 40 |
| Binary | 10011110 | 1100101 | 100 | 0 | 100100 | 1100001 | 100110 | 100110 | 1011111 | 100000 |
Color Harmonies of #9E6504
Complementary color
Monochromatic Colors of #9E6504
Black with #9E6504
Text Example
Text Example
White with #9E6504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6504; }
p { color: rgb(158,101,4); }
H1.HeaderClassName
{
color: #9E6504;
}
.AnyTagClassName
{
color: #9E6504;
}
</style>
background-color css
<style>
a { background-color: #9E6504; }
a { background-color: rgb(158,101,4); }
div.DivClassName
{
background-color: #9E6504;
}
.BgClassName
{
background-color: #9E6504;
}
</style>
border-color css
<style>
span { border-color: #9E6504; }
span { border-color: rgb(158,101,4); }
td.TdClassName
{
border-color: #9E6504;
}
.TagClassName
{
border-color: #9E6504;
}
</style>