Shades of Hacienda #9C770F
Tints of Hacienda #9C770F
RGB
CMYK
RGB Variations
Color information
#9C770F (or 0x9C770F) is known color: Hacienda. HEX triplet: 9C, 77 and 0F. RGB value is (156,119,15). Sum of RGB (Red+Green+Blue) = 156+119+15=290 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.79% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 156 - color contains mainly: red. Hex color #9C770F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C770F is #6388F0. Grayscale: #767676. Windows color (decimal): -6523121 or 1013660. OLE color: 1013660.
HSL color Cylindrical-coordinate representation of color #9C770F: hue angle of 44.26º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C770F is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 119 | 15 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.39 |
| HSL | 44.26º | 0.82% | 0.34% | - |
| HSV(B) | 44.26º | 0.9% | 0.61% | - |
| XYZ | 20.39 | 20.3 | 3.29 | - |
| YUV | 118.21 | 69.76 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 119 | 15 | 0 | 0.24 | 0.90 | 0.39 | 44.26 | 0.82 | 0.34 |
| Hex | 9C | 77 | F | 0 | 18 | 5A | 27 | 2C | 52 | 22 |
| Octal | 234 | 167 | 17 | 0 | 30 | 132 | 47 | 54 | 122 | 42 |
| Binary | 10011100 | 1110111 | 1111 | 0 | 11000 | 1011010 | 100111 | 101100 | 1010010 | 100010 |
Color Harmonies of #9C770F
Complementary color
Monochromatic Colors of #9C770F
Black with #9C770F
Text Example
Text Example
White with #9C770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C770F; }
p { color: rgb(156,119,15); }
H1.HeaderClassName
{
color: #9C770F;
}
.AnyTagClassName
{
color: #9C770F;
}
</style>
background-color css
<style>
a { background-color: #9C770F; }
a { background-color: rgb(156,119,15); }
div.DivClassName
{
background-color: #9C770F;
}
.BgClassName
{
background-color: #9C770F;
}
</style>
border-color css
<style>
span { border-color: #9C770F; }
span { border-color: rgb(156,119,15); }
td.TdClassName
{
border-color: #9C770F;
}
.TagClassName
{
border-color: #9C770F;
}
</style>