Shades of Golden Brown #9E6619
Tints of Golden Brown #9E6619
RGB
CMYK
RGB Variations
Color information
#9E6619 (or 0x9E6619) is known color: Golden Brown. HEX triplet: 9E, 66 and 19. RGB value is (158,102,25). Sum of RGB (Red+Green+Blue) = 158+102+25=285 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.44% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6619 is #6199E6. Grayscale: #6E6E6E. Windows color (decimal): -6396391 or 1664670. OLE color: 1664670.
HSL color Cylindrical-coordinate representation of color #9E6619: hue angle of 34.74º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E6619 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 102 | 25 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.38 |
| HSL | 34.74º | 0.73% | 0.36% | - |
| HSV(B) | 34.74º | 0.84% | 0.62% | - |
| XYZ | 19.03 | 16.84 | 3.17 | - |
| YUV | 109.97 | 80.05 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 102 | 25 | 0 | 0.35 | 0.84 | 0.38 | 34.74 | 0.73 | 0.36 |
| Hex | 9E | 66 | 19 | 0 | 23 | 54 | 26 | 23 | 49 | 24 |
| Octal | 236 | 146 | 31 | 0 | 43 | 124 | 46 | 43 | 111 | 44 |
| Binary | 10011110 | 1100110 | 11001 | 0 | 100011 | 1010100 | 100110 | 100011 | 1001001 | 100100 |
Color Harmonies of #9E6619
Complementary color
Monochromatic Colors of #9E6619
Black with #9E6619
Text Example
Text Example
White with #9E6619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6619; }
p { color: rgb(158,102,25); }
H1.HeaderClassName
{
color: #9E6619;
}
.AnyTagClassName
{
color: #9E6619;
}
</style>
background-color css
<style>
a { background-color: #9E6619; }
a { background-color: rgb(158,102,25); }
div.DivClassName
{
background-color: #9E6619;
}
.BgClassName
{
background-color: #9E6619;
}
</style>
border-color css
<style>
span { border-color: #9E6619; }
span { border-color: rgb(158,102,25); }
td.TdClassName
{
border-color: #9E6619;
}
.TagClassName
{
border-color: #9E6619;
}
</style>