Shades of Hacienda #9C791C
Tints of Hacienda #9C791C
RGB
CMYK
RGB Variations
Color information
#9C791C (or 0x9C791C) is known color: Hacienda. HEX triplet: 9C, 79 and 1C. RGB value is (156,121,28). Sum of RGB (Red+Green+Blue) = 156+121+28=305 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.15% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 156 - color contains mainly: red. Hex color #9C791C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C791C is #6386E3. Grayscale: #797979. Windows color (decimal): -6522596 or 1866140. OLE color: 1866140.
HSL color Cylindrical-coordinate representation of color #9C791C: hue angle of 43.59º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C791C is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 121 | 28 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.39 |
| HSL | 43.59º | 0.7% | 0.36% | - |
| HSV(B) | 43.59º | 0.82% | 0.61% | - |
| XYZ | 20.76 | 20.83 | 4.02 | - |
| YUV | 120.86 | 75.6 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 121 | 28 | 0 | 0.22 | 0.82 | 0.39 | 43.59 | 0.7 | 0.36 |
| Hex | 9C | 79 | 1C | 0 | 16 | 52 | 27 | 2C | 46 | 24 |
| Octal | 234 | 171 | 34 | 0 | 26 | 122 | 47 | 54 | 106 | 44 |
| Binary | 10011100 | 1111001 | 11100 | 0 | 10110 | 1010010 | 100111 | 101100 | 1000110 | 100100 |
Color Harmonies of #9C791C
Complementary color
Monochromatic Colors of #9C791C
Black with #9C791C
Text Example
Text Example
White with #9C791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C791C; }
p { color: rgb(156,121,28); }
H1.HeaderClassName
{
color: #9C791C;
}
.AnyTagClassName
{
color: #9C791C;
}
</style>
background-color css
<style>
a { background-color: #9C791C; }
a { background-color: rgb(156,121,28); }
div.DivClassName
{
background-color: #9C791C;
}
.BgClassName
{
background-color: #9C791C;
}
</style>
border-color css
<style>
span { border-color: #9C791C; }
span { border-color: rgb(156,121,28); }
td.TdClassName
{
border-color: #9C791C;
}
.TagClassName
{
border-color: #9C791C;
}
</style>