Shades of Golden Brown #9E6A19
Tints of Golden Brown #9E6A19
RGB
CMYK
RGB Variations
Color information
#9E6A19 (or 0x9E6A19) is known color: Golden Brown. HEX triplet: 9E, 6A and 19. RGB value is (158,106,25). Sum of RGB (Red+Green+Blue) = 158+106+25=289 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.67% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6A19 is #6195E6. Grayscale: #707070. Windows color (decimal): -6395367 or 1665694. OLE color: 1665694.
HSL color Cylindrical-coordinate representation of color #9E6A19: hue angle of 36.54º 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 #9E6A19 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 106 | 25 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.38 |
| HSL | 36.54º | 0.73% | 0.36% | - |
| HSV(B) | 36.54º | 0.84% | 0.62% | - |
| XYZ | 19.43 | 17.65 | 3.3 | - |
| YUV | 112.31 | 78.73 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 106 | 25 | 0 | 0.33 | 0.84 | 0.38 | 36.54 | 0.73 | 0.36 |
| Hex | 9E | 6A | 19 | 0 | 21 | 54 | 26 | 25 | 49 | 24 |
| Octal | 236 | 152 | 31 | 0 | 41 | 124 | 46 | 45 | 111 | 44 |
| Binary | 10011110 | 1101010 | 11001 | 0 | 100001 | 1010100 | 100110 | 100101 | 1001001 | 100100 |
Color Harmonies of #9E6A19
Complementary color
Monochromatic Colors of #9E6A19
Black with #9E6A19
Text Example
Text Example
White with #9E6A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6A19; }
p { color: rgb(158,106,25); }
H1.HeaderClassName
{
color: #9E6A19;
}
.AnyTagClassName
{
color: #9E6A19;
}
</style>
background-color css
<style>
a { background-color: #9E6A19; }
a { background-color: rgb(158,106,25); }
div.DivClassName
{
background-color: #9E6A19;
}
.BgClassName
{
background-color: #9E6A19;
}
</style>
border-color css
<style>
span { border-color: #9E6A19; }
span { border-color: rgb(158,106,25); }
td.TdClassName
{
border-color: #9E6A19;
}
.TagClassName
{
border-color: #9E6A19;
}
</style>