Shades of Hacienda #9E890C
Tints of Hacienda #9E890C
RGB
CMYK
RGB Variations
Color information
#9E890C (or 0x9E890C) is known color: Hacienda. HEX triplet: 9E, 89 and 0C. RGB value is (158,137,12). Sum of RGB (Red+Green+Blue) = 158+137+12=307 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.47% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 158 - color contains mainly: red. Hex color #9E890C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E890C is #6176F3. Grayscale: #818181. Windows color (decimal): -6387444 or 821662. OLE color: 821662.
HSL color Cylindrical-coordinate representation of color #9E890C: hue angle of 51.37º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E890C is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 137 | 12 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.38 |
| HSL | 51.37º | 0.86% | 0.33% | - |
| HSV(B) | 51.37º | 0.92% | 0.62% | - |
| XYZ | 23.11 | 25.19 | 3.99 | - |
| YUV | 129.03 | 61.96 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 137 | 12 | 0 | 0.13 | 0.92 | 0.38 | 51.37 | 0.86 | 0.33 |
| Hex | 9E | 89 | C | 0 | D | 5C | 26 | 33 | 56 | 21 |
| Octal | 236 | 211 | 14 | 0 | 15 | 134 | 46 | 63 | 126 | 41 |
| Binary | 10011110 | 10001001 | 1100 | 0 | 1101 | 1011100 | 100110 | 110011 | 1010110 | 100001 |
Color Harmonies of #9E890C
Complementary color
Monochromatic Colors of #9E890C
Black with #9E890C
Text Example
Text Example
White with #9E890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E890C; }
p { color: rgb(158,137,12); }
H1.HeaderClassName
{
color: #9E890C;
}
.AnyTagClassName
{
color: #9E890C;
}
</style>
background-color css
<style>
a { background-color: #9E890C; }
a { background-color: rgb(158,137,12); }
div.DivClassName
{
background-color: #9E890C;
}
.BgClassName
{
background-color: #9E890C;
}
</style>
border-color css
<style>
span { border-color: #9E890C; }
span { border-color: rgb(158,137,12); }
td.TdClassName
{
border-color: #9E890C;
}
.TagClassName
{
border-color: #9E890C;
}
</style>