Shades of Hacienda #9C7F0A
Tints of Hacienda #9C7F0A
RGB
CMYK
RGB Variations
Color information
#9C7F0A (or 0x9C7F0A) is known color: Hacienda. HEX triplet: 9C, 7F and 0A. RGB value is (156,127,10). Sum of RGB (Red+Green+Blue) = 156+127+10=293 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.24% from 293); Green value is 127 (50% from 255 or 43.34% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7F0A is #6380F5. Grayscale: #7A7A7A. Windows color (decimal): -6521078 or 688028. OLE color: 688028.
HSL color Cylindrical-coordinate representation of color #9C7F0A: hue angle of 48.08º 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 #9C7F0A is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 127 | 10 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.39 |
| HSL | 48.08º | 0.88% | 0.33% | - |
| HSV(B) | 48.08º | 0.94% | 0.61% | - |
| XYZ | 21.35 | 22.27 | 3.46 | - |
| YUV | 122.33 | 64.61 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 127 | 10 | 0 | 0.19 | 0.94 | 0.39 | 48.08 | 0.88 | 0.33 |
| Hex | 9C | 7F | A | 0 | 13 | 5E | 27 | 30 | 58 | 21 |
| Octal | 234 | 177 | 12 | 0 | 23 | 136 | 47 | 60 | 130 | 41 |
| Binary | 10011100 | 1111111 | 1010 | 0 | 10011 | 1011110 | 100111 | 110000 | 1011000 | 100001 |
Color Harmonies of #9C7F0A
Complementary color
Monochromatic Colors of #9C7F0A
Black with #9C7F0A
Text Example
Text Example
White with #9C7F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7F0A; }
p { color: rgb(156,127,10); }
H1.HeaderClassName
{
color: #9C7F0A;
}
.AnyTagClassName
{
color: #9C7F0A;
}
</style>
background-color css
<style>
a { background-color: #9C7F0A; }
a { background-color: rgb(156,127,10); }
div.DivClassName
{
background-color: #9C7F0A;
}
.BgClassName
{
background-color: #9C7F0A;
}
</style>
border-color css
<style>
span { border-color: #9C7F0A; }
span { border-color: rgb(156,127,10); }
td.TdClassName
{
border-color: #9C7F0A;
}
.TagClassName
{
border-color: #9C7F0A;
}
</style>