Shades of Hacienda #997F12
Tints of Hacienda #997F12
RGB
CMYK
RGB Variations
Color information
#997F12 (or 0x997F12) is known color: Hacienda. HEX triplet: 99, 7F and 12. RGB value is (153,127,18). Sum of RGB (Red+Green+Blue) = 153+127+18=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 127 (50% from 255 or 42.62% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #997F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997F12 is #6680ED. Grayscale: #7A7A7A. Windows color (decimal): -6717678 or 1212313. OLE color: 1212313.
HSL color Cylindrical-coordinate representation of color #997F12: hue angle of 48.44º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #997F12 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 18 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.4 |
| HSL | 48.44º | 0.79% | 0.34% | - |
| HSV(B) | 48.44º | 0.88% | 0.6% | - |
| XYZ | 20.84 | 21.99 | 3.72 | - |
| YUV | 122.35 | 69.11 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 18 | 0 | 0.17 | 0.88 | 0.4 | 48.44 | 0.79 | 0.34 |
| Hex | 99 | 7F | 12 | 0 | 11 | 58 | 28 | 30 | 4F | 22 |
| Octal | 231 | 177 | 22 | 0 | 21 | 130 | 50 | 60 | 117 | 42 |
| Binary | 10011001 | 1111111 | 10010 | 0 | 10001 | 1011000 | 101000 | 110000 | 1001111 | 100010 |
Color Harmonies of #997F12
Complementary color
Monochromatic Colors of #997F12
Black with #997F12
Text Example
Text Example
White with #997F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F12; }
p { color: rgb(153,127,18); }
H1.HeaderClassName
{
color: #997F12;
}
.AnyTagClassName
{
color: #997F12;
}
</style>
background-color css
<style>
a { background-color: #997F12; }
a { background-color: rgb(153,127,18); }
div.DivClassName
{
background-color: #997F12;
}
.BgClassName
{
background-color: #997F12;
}
</style>
border-color css
<style>
span { border-color: #997F12; }
span { border-color: rgb(153,127,18); }
td.TdClassName
{
border-color: #997F12;
}
.TagClassName
{
border-color: #997F12;
}
</style>