Shades of Hacienda #9C7E14
Tints of Hacienda #9C7E14
RGB
CMYK
RGB Variations
Color information
#9C7E14 (or 0x9C7E14) is known color: Hacienda. HEX triplet: 9C, 7E and 14. RGB value is (156,126,20). Sum of RGB (Red+Green+Blue) = 156+126+20=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7E14 is #6381EB. Grayscale: #7B7B7B. Windows color (decimal): -6521324 or 1343132. OLE color: 1343132.
HSL color Cylindrical-coordinate representation of color #9C7E14: hue angle of 46.76º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C7E14 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 126 | 20 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.39 |
| HSL | 46.76º | 0.77% | 0.35% | - |
| HSV(B) | 46.76º | 0.87% | 0.61% | - |
| XYZ | 21.3 | 22.04 | 3.79 | - |
| YUV | 122.89 | 69.94 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 20 | 0 | 0.19 | 0.87 | 0.39 | 46.76 | 0.77 | 0.35 |
| Hex | 9C | 7E | 14 | 0 | 13 | 57 | 27 | 2F | 4D | 23 |
| Octal | 234 | 176 | 24 | 0 | 23 | 127 | 47 | 57 | 115 | 43 |
| Binary | 10011100 | 1111110 | 10100 | 0 | 10011 | 1010111 | 100111 | 101111 | 1001101 | 100011 |
Color Harmonies of #9C7E14
Complementary color
Monochromatic Colors of #9C7E14
Black with #9C7E14
Text Example
Text Example
White with #9C7E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7E14; }
p { color: rgb(156,126,20); }
H1.HeaderClassName
{
color: #9C7E14;
}
.AnyTagClassName
{
color: #9C7E14;
}
</style>
background-color css
<style>
a { background-color: #9C7E14; }
a { background-color: rgb(156,126,20); }
div.DivClassName
{
background-color: #9C7E14;
}
.BgClassName
{
background-color: #9C7E14;
}
</style>
border-color css
<style>
span { border-color: #9C7E14; }
span { border-color: rgb(156,126,20); }
td.TdClassName
{
border-color: #9C7E14;
}
.TagClassName
{
border-color: #9C7E14;
}
</style>