Shades of Hacienda #997F16
Tints of Hacienda #997F16
RGB
CMYK
RGB Variations
Color information
#997F16 (or 0x997F16) is known color: Hacienda. HEX triplet: 99, 7F and 16. RGB value is (153,127,22). Sum of RGB (Red+Green+Blue) = 153+127+22=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #997F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997F16 is #6680E9. Grayscale: #7B7B7B. Windows color (decimal): -6717674 or 1474457. OLE color: 1474457.
HSL color Cylindrical-coordinate representation of color #997F16: hue angle of 48.09º 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 #997F16 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 22 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.4 |
| HSL | 48.09º | 0.75% | 0.34% | - |
| HSV(B) | 48.09º | 0.86% | 0.6% | - |
| XYZ | 20.87 | 22.01 | 3.91 | - |
| YUV | 122.8 | 71.11 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 22 | 0 | 0.17 | 0.86 | 0.4 | 48.09 | 0.75 | 0.34 |
| Hex | 99 | 7F | 16 | 0 | 11 | 56 | 28 | 30 | 4B | 22 |
| Octal | 231 | 177 | 26 | 0 | 21 | 126 | 50 | 60 | 113 | 42 |
| Binary | 10011001 | 1111111 | 10110 | 0 | 10001 | 1010110 | 101000 | 110000 | 1001011 | 100010 |
Color Harmonies of #997F16
Complementary color
Monochromatic Colors of #997F16
Black with #997F16
Text Example
Text Example
White with #997F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F16; }
p { color: rgb(153,127,22); }
H1.HeaderClassName
{
color: #997F16;
}
.AnyTagClassName
{
color: #997F16;
}
</style>
background-color css
<style>
a { background-color: #997F16; }
a { background-color: rgb(153,127,22); }
div.DivClassName
{
background-color: #997F16;
}
.BgClassName
{
background-color: #997F16;
}
</style>
border-color css
<style>
span { border-color: #997F16; }
span { border-color: rgb(153,127,22); }
td.TdClassName
{
border-color: #997F16;
}
.TagClassName
{
border-color: #997F16;
}
</style>