Shades of Hacienda #997C16
Tints of Hacienda #997C16
RGB
CMYK
RGB Variations
Color information
#997C16 (or 0x997C16) is known color: Hacienda. HEX triplet: 99, 7C and 16. RGB value is (153,124,22). Sum of RGB (Red+Green+Blue) = 153+124+22=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #997C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997C16 is #6683E9. Grayscale: #797979. Windows color (decimal): -6718442 or 1473689. OLE color: 1473689.
HSL color Cylindrical-coordinate representation of color #997C16: hue angle of 46.72º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #997C16 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 22 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.4 |
| HSL | 46.72º | 0.75% | 0.34% | - |
| HSV(B) | 46.72º | 0.86% | 0.6% | - |
| XYZ | 20.49 | 21.25 | 3.78 | - |
| YUV | 121.04 | 72.11 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 22 | 0 | 0.19 | 0.86 | 0.4 | 46.72 | 0.75 | 0.34 |
| Hex | 99 | 7C | 16 | 0 | 13 | 56 | 28 | 2F | 4B | 22 |
| Octal | 231 | 174 | 26 | 0 | 23 | 126 | 50 | 57 | 113 | 42 |
| Binary | 10011001 | 1111100 | 10110 | 0 | 10011 | 1010110 | 101000 | 101111 | 1001011 | 100010 |
Color Harmonies of #997C16
Complementary color
Monochromatic Colors of #997C16
Black with #997C16
Text Example
Text Example
White with #997C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C16; }
p { color: rgb(153,124,22); }
H1.HeaderClassName
{
color: #997C16;
}
.AnyTagClassName
{
color: #997C16;
}
</style>
background-color css
<style>
a { background-color: #997C16; }
a { background-color: rgb(153,124,22); }
div.DivClassName
{
background-color: #997C16;
}
.BgClassName
{
background-color: #997C16;
}
</style>
border-color css
<style>
span { border-color: #997C16; }
span { border-color: rgb(153,124,22); }
td.TdClassName
{
border-color: #997C16;
}
.TagClassName
{
border-color: #997C16;
}
</style>