Shades of Hacienda #9E8612
Tints of Hacienda #9E8612
RGB
CMYK
RGB Variations
Color information
#9E8612 (or 0x9E8612) is known color: Hacienda. HEX triplet: 9E, 86 and 12. RGB value is (158,134,18). Sum of RGB (Red+Green+Blue) = 158+134+18=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8612 is #6179ED. Grayscale: #808080. Windows color (decimal): -6388206 or 1214110. OLE color: 1214110.
HSL color Cylindrical-coordinate representation of color #9E8612: hue angle of 49.71º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E8612 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 134 | 18 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.38 |
| HSL | 49.71º | 0.8% | 0.35% | - |
| HSV(B) | 49.71º | 0.89% | 0.62% | - |
| XYZ | 22.73 | 24.36 | 4.08 | - |
| YUV | 127.95 | 65.95 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 134 | 18 | 0 | 0.15 | 0.89 | 0.38 | 49.71 | 0.8 | 0.35 |
| Hex | 9E | 86 | 12 | 0 | F | 59 | 26 | 32 | 50 | 23 |
| Octal | 236 | 206 | 22 | 0 | 17 | 131 | 46 | 62 | 120 | 43 |
| Binary | 10011110 | 10000110 | 10010 | 0 | 1111 | 1011001 | 100110 | 110010 | 1010000 | 100011 |
Color Harmonies of #9E8612
Complementary color
Monochromatic Colors of #9E8612
Black with #9E8612
Text Example
Text Example
White with #9E8612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8612; }
p { color: rgb(158,134,18); }
H1.HeaderClassName
{
color: #9E8612;
}
.AnyTagClassName
{
color: #9E8612;
}
</style>
background-color css
<style>
a { background-color: #9E8612; }
a { background-color: rgb(158,134,18); }
div.DivClassName
{
background-color: #9E8612;
}
.BgClassName
{
background-color: #9E8612;
}
</style>
border-color css
<style>
span { border-color: #9E8612; }
span { border-color: rgb(158,134,18); }
td.TdClassName
{
border-color: #9E8612;
}
.TagClassName
{
border-color: #9E8612;
}
</style>