Shades of Hacienda #9E8609
Tints of Hacienda #9E8609
RGB
CMYK
RGB Variations
Color information
#9E8609 (or 0x9E8609) is known color: Hacienda. HEX triplet: 9E, 86 and 09. RGB value is (158,134,9). Sum of RGB (Red+Green+Blue) = 158+134+9=301 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.49% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 9 (3.91% from 255 or 2.99% from 301); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8609 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8609 is #6179F6. Grayscale: #7F7F7F. Windows color (decimal): -6388215 or 624286. OLE color: 624286.
HSL color Cylindrical-coordinate representation of color #9E8609: hue angle of 50.34º 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 #9E8609 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 134 | 9 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.38 |
| HSL | 50.34º | 0.89% | 0.33% | - |
| HSV(B) | 50.34º | 0.94% | 0.62% | - |
| XYZ | 22.67 | 24.34 | 3.76 | - |
| YUV | 126.93 | 61.45 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 134 | 9 | 0 | 0.15 | 0.94 | 0.38 | 50.34 | 0.89 | 0.33 |
| Hex | 9E | 86 | 9 | 0 | F | 5E | 26 | 32 | 59 | 21 |
| Octal | 236 | 206 | 11 | 0 | 17 | 136 | 46 | 62 | 131 | 41 |
| Binary | 10011110 | 10000110 | 1001 | 0 | 1111 | 1011110 | 100110 | 110010 | 1011001 | 100001 |
Color Harmonies of #9E8609
Complementary color
Monochromatic Colors of #9E8609
Black with #9E8609
Text Example
Text Example
White with #9E8609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8609; }
p { color: rgb(158,134,9); }
H1.HeaderClassName
{
color: #9E8609;
}
.AnyTagClassName
{
color: #9E8609;
}
</style>
background-color css
<style>
a { background-color: #9E8609; }
a { background-color: rgb(158,134,9); }
div.DivClassName
{
background-color: #9E8609;
}
.BgClassName
{
background-color: #9E8609;
}
</style>
border-color css
<style>
span { border-color: #9E8609; }
span { border-color: rgb(158,134,9); }
td.TdClassName
{
border-color: #9E8609;
}
.TagClassName
{
border-color: #9E8609;
}
</style>