Shades of Hacienda #997F14
Tints of Hacienda #997F14
RGB
CMYK
RGB Variations
Color information
#997F14 (or 0x997F14) is known color: Hacienda. HEX triplet: 99, 7F and 14. RGB value is (153,127,20). Sum of RGB (Red+Green+Blue) = 153+127+20=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 127 (50% from 255 or 42.33% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #997F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997F14 is #6680EB. Grayscale: #7B7B7B. Windows color (decimal): -6717676 or 1343385. OLE color: 1343385.
HSL color Cylindrical-coordinate representation of color #997F14: hue angle of 48.27º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #997F14 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 20 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.4 |
| HSL | 48.27º | 0.77% | 0.34% | - |
| HSV(B) | 48.27º | 0.87% | 0.6% | - |
| XYZ | 20.85 | 22 | 3.81 | - |
| YUV | 122.58 | 70.11 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 20 | 0 | 0.17 | 0.87 | 0.4 | 48.27 | 0.77 | 0.34 |
| Hex | 99 | 7F | 14 | 0 | 11 | 57 | 28 | 30 | 4D | 22 |
| Octal | 231 | 177 | 24 | 0 | 21 | 127 | 50 | 60 | 115 | 42 |
| Binary | 10011001 | 1111111 | 10100 | 0 | 10001 | 1010111 | 101000 | 110000 | 1001101 | 100010 |
Color Harmonies of #997F14
Complementary color
Monochromatic Colors of #997F14
Black with #997F14
Text Example
Text Example
White with #997F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F14; }
p { color: rgb(153,127,20); }
H1.HeaderClassName
{
color: #997F14;
}
.AnyTagClassName
{
color: #997F14;
}
</style>
background-color css
<style>
a { background-color: #997F14; }
a { background-color: rgb(153,127,20); }
div.DivClassName
{
background-color: #997F14;
}
.BgClassName
{
background-color: #997F14;
}
</style>
border-color css
<style>
span { border-color: #997F14; }
span { border-color: rgb(153,127,20); }
td.TdClassName
{
border-color: #997F14;
}
.TagClassName
{
border-color: #997F14;
}
</style>