Shades of Hacienda #9C880A
Tints of Hacienda #9C880A
RGB
CMYK
RGB Variations
Color information
#9C880A (or 0x9C880A) is known color: Hacienda. HEX triplet: 9C, 88 and 0A. RGB value is (156,136,10). Sum of RGB (Red+Green+Blue) = 156+136+10=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C880A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C880A is #6377F5. Grayscale: #808080. Windows color (decimal): -6518774 or 690332. OLE color: 690332.
HSL color Cylindrical-coordinate representation of color #9C880A: hue angle of 51.78º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C880A is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 136 | 10 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.39 |
| HSL | 51.78º | 0.88% | 0.33% | - |
| HSV(B) | 51.78º | 0.94% | 0.61% | - |
| XYZ | 22.57 | 24.7 | 3.86 | - |
| YUV | 127.62 | 61.63 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 136 | 10 | 0 | 0.13 | 0.94 | 0.39 | 51.78 | 0.88 | 0.33 |
| Hex | 9C | 88 | A | 0 | D | 5E | 27 | 34 | 58 | 21 |
| Octal | 234 | 210 | 12 | 0 | 15 | 136 | 47 | 64 | 130 | 41 |
| Binary | 10011100 | 10001000 | 1010 | 0 | 1101 | 1011110 | 100111 | 110100 | 1011000 | 100001 |
Color Harmonies of #9C880A
Complementary color
Monochromatic Colors of #9C880A
Black with #9C880A
Text Example
Text Example
White with #9C880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C880A; }
p { color: rgb(156,136,10); }
H1.HeaderClassName
{
color: #9C880A;
}
.AnyTagClassName
{
color: #9C880A;
}
</style>
background-color css
<style>
a { background-color: #9C880A; }
a { background-color: rgb(156,136,10); }
div.DivClassName
{
background-color: #9C880A;
}
.BgClassName
{
background-color: #9C880A;
}
</style>
border-color css
<style>
span { border-color: #9C880A; }
span { border-color: rgb(156,136,10); }
td.TdClassName
{
border-color: #9C880A;
}
.TagClassName
{
border-color: #9C880A;
}
</style>