Shades of Hacienda #9C890E
Tints of Hacienda #9C890E
RGB
CMYK
RGB Variations
Color information
#9C890E (or 0x9C890E) is known color: Hacienda. HEX triplet: 9C, 89 and 0E. RGB value is (156,137,14). Sum of RGB (Red+Green+Blue) = 156+137+14=307 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.81% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 156 - color contains mainly: red. Hex color #9C890E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C890E is #6376F1. Grayscale: #818181. Windows color (decimal): -6518514 or 952732. OLE color: 952732.
HSL color Cylindrical-coordinate representation of color #9C890E: hue angle of 51.97º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C890E is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 137 | 14 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.39 |
| HSL | 51.97º | 0.84% | 0.33% | - |
| HSV(B) | 51.97º | 0.91% | 0.61% | - |
| XYZ | 22.74 | 24.99 | 4.04 | - |
| YUV | 128.66 | 63.29 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 137 | 14 | 0 | 0.12 | 0.91 | 0.39 | 51.97 | 0.84 | 0.33 |
| Hex | 9C | 89 | E | 0 | C | 5B | 27 | 34 | 54 | 21 |
| Octal | 234 | 211 | 16 | 0 | 14 | 133 | 47 | 64 | 124 | 41 |
| Binary | 10011100 | 10001001 | 1110 | 0 | 1100 | 1011011 | 100111 | 110100 | 1010100 | 100001 |
Color Harmonies of #9C890E
Complementary color
Monochromatic Colors of #9C890E
Black with #9C890E
Text Example
Text Example
White with #9C890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C890E; }
p { color: rgb(156,137,14); }
H1.HeaderClassName
{
color: #9C890E;
}
.AnyTagClassName
{
color: #9C890E;
}
</style>
background-color css
<style>
a { background-color: #9C890E; }
a { background-color: rgb(156,137,14); }
div.DivClassName
{
background-color: #9C890E;
}
.BgClassName
{
background-color: #9C890E;
}
</style>
border-color css
<style>
span { border-color: #9C890E; }
span { border-color: rgb(156,137,14); }
td.TdClassName
{
border-color: #9C890E;
}
.TagClassName
{
border-color: #9C890E;
}
</style>