Shades of Hacienda #997516
Tints of Hacienda #997516
RGB
CMYK
RGB Variations
Color information
#997516 (or 0x997516) is known color: Hacienda. HEX triplet: 99, 75 and 16. RGB value is (153,117,22). Sum of RGB (Red+Green+Blue) = 153+117+22=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #997516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997516 is #668AE9. Grayscale: #757575. Windows color (decimal): -6720234 or 1471897. OLE color: 1471897.
HSL color Cylindrical-coordinate representation of color #997516: hue angle of 43.51º 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 #997516 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 117 | 22 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.4 |
| HSL | 43.51º | 0.75% | 0.34% | - |
| HSV(B) | 43.51º | 0.86% | 0.6% | - |
| XYZ | 19.64 | 19.55 | 3.5 | - |
| YUV | 116.93 | 74.43 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 22 | 0 | 0.24 | 0.86 | 0.4 | 43.51 | 0.75 | 0.34 |
| Hex | 99 | 75 | 16 | 0 | 18 | 56 | 28 | 2C | 4B | 22 |
| Octal | 231 | 165 | 26 | 0 | 30 | 126 | 50 | 54 | 113 | 42 |
| Binary | 10011001 | 1110101 | 10110 | 0 | 11000 | 1010110 | 101000 | 101100 | 1001011 | 100010 |
Color Harmonies of #997516
Complementary color
Monochromatic Colors of #997516
Black with #997516
Text Example
Text Example
White with #997516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997516; }
p { color: rgb(153,117,22); }
H1.HeaderClassName
{
color: #997516;
}
.AnyTagClassName
{
color: #997516;
}
</style>
background-color css
<style>
a { background-color: #997516; }
a { background-color: rgb(153,117,22); }
div.DivClassName
{
background-color: #997516;
}
.BgClassName
{
background-color: #997516;
}
</style>
border-color css
<style>
span { border-color: #997516; }
span { border-color: rgb(153,117,22); }
td.TdClassName
{
border-color: #997516;
}
.TagClassName
{
border-color: #997516;
}
</style>