Shades of Hacienda #9E8009
Tints of Hacienda #9E8009
RGB
CMYK
RGB Variations
Color information
#9E8009 (or 0x9E8009) is known color: Hacienda. HEX triplet: 9E, 80 and 09. RGB value is (158,128,9). Sum of RGB (Red+Green+Blue) = 158+128+9=295 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.56% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8009 is #617FF6. Grayscale: #7B7B7B. Windows color (decimal): -6389751 or 622750. OLE color: 622750.
HSL color Cylindrical-coordinate representation of color #9E8009: hue angle of 47.92º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E8009 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 128 | 9 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.38 |
| HSL | 47.92º | 0.89% | 0.33% | - |
| HSV(B) | 47.92º | 0.94% | 0.62% | - |
| XYZ | 21.87 | 22.73 | 3.49 | - |
| YUV | 123.4 | 63.44 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 128 | 9 | 0 | 0.19 | 0.94 | 0.38 | 47.92 | 0.89 | 0.33 |
| Hex | 9E | 80 | 9 | 0 | 13 | 5E | 26 | 30 | 59 | 21 |
| Octal | 236 | 200 | 11 | 0 | 23 | 136 | 46 | 60 | 131 | 41 |
| Binary | 10011110 | 10000000 | 1001 | 0 | 10011 | 1011110 | 100110 | 110000 | 1011001 | 100001 |
Color Harmonies of #9E8009
Complementary color
Monochromatic Colors of #9E8009
Black with #9E8009
Text Example
Text Example
White with #9E8009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8009; }
p { color: rgb(158,128,9); }
H1.HeaderClassName
{
color: #9E8009;
}
.AnyTagClassName
{
color: #9E8009;
}
</style>
background-color css
<style>
a { background-color: #9E8009; }
a { background-color: rgb(158,128,9); }
div.DivClassName
{
background-color: #9E8009;
}
.BgClassName
{
background-color: #9E8009;
}
</style>
border-color css
<style>
span { border-color: #9E8009; }
span { border-color: rgb(158,128,9); }
td.TdClassName
{
border-color: #9E8009;
}
.TagClassName
{
border-color: #9E8009;
}
</style>