Shades of Hacienda #9C790E
Tints of Hacienda #9C790E
RGB
CMYK
RGB Variations
Color information
#9C790E (or 0x9C790E) is known color: Hacienda. HEX triplet: 9C, 79 and 0E. RGB value is (156,121,14). Sum of RGB (Red+Green+Blue) = 156+121+14=291 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.61% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 156 - color contains mainly: red. Hex color #9C790E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C790E is #6386F1. Grayscale: #777777. Windows color (decimal): -6522610 or 948636. OLE color: 948636.
HSL color Cylindrical-coordinate representation of color #9C790E: hue angle of 45.21º 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 #9C790E is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 121 | 14 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.39 |
| HSL | 45.21º | 0.84% | 0.33% | - |
| HSV(B) | 45.21º | 0.91% | 0.61% | - |
| XYZ | 20.63 | 20.77 | 3.34 | - |
| YUV | 119.27 | 68.6 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 121 | 14 | 0 | 0.22 | 0.91 | 0.39 | 45.21 | 0.84 | 0.33 |
| Hex | 9C | 79 | E | 0 | 16 | 5B | 27 | 2D | 54 | 21 |
| Octal | 234 | 171 | 16 | 0 | 26 | 133 | 47 | 55 | 124 | 41 |
| Binary | 10011100 | 1111001 | 1110 | 0 | 10110 | 1011011 | 100111 | 101101 | 1010100 | 100001 |
Color Harmonies of #9C790E
Complementary color
Monochromatic Colors of #9C790E
Black with #9C790E
Text Example
Text Example
White with #9C790E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C790E; }
p { color: rgb(156,121,14); }
H1.HeaderClassName
{
color: #9C790E;
}
.AnyTagClassName
{
color: #9C790E;
}
</style>
background-color css
<style>
a { background-color: #9C790E; }
a { background-color: rgb(156,121,14); }
div.DivClassName
{
background-color: #9C790E;
}
.BgClassName
{
background-color: #9C790E;
}
</style>
border-color css
<style>
span { border-color: #9C790E; }
span { border-color: rgb(156,121,14); }
td.TdClassName
{
border-color: #9C790E;
}
.TagClassName
{
border-color: #9C790E;
}
</style>