Shades of Hacienda #997C18
Tints of Hacienda #997C18
RGB
CMYK
RGB Variations
Color information
#997C18 (or 0x997C18) is known color: Hacienda. HEX triplet: 99, 7C and 18. RGB value is (153,124,24). Sum of RGB (Red+Green+Blue) = 153+124+24=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #997C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997C18 is #6683E7. Grayscale: #797979. Windows color (decimal): -6718440 or 1604761. OLE color: 1604761.
HSL color Cylindrical-coordinate representation of color #997C18: hue angle of 46.51º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #997C18 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 24 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.4 |
| HSL | 46.51º | 0.73% | 0.35% | - |
| HSV(B) | 46.51º | 0.84% | 0.6% | - |
| XYZ | 20.51 | 21.25 | 3.89 | - |
| YUV | 121.27 | 73.11 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 24 | 0 | 0.19 | 0.84 | 0.4 | 46.51 | 0.73 | 0.35 |
| Hex | 99 | 7C | 18 | 0 | 13 | 54 | 28 | 2F | 49 | 23 |
| Octal | 231 | 174 | 30 | 0 | 23 | 124 | 50 | 57 | 111 | 43 |
| Binary | 10011001 | 1111100 | 11000 | 0 | 10011 | 1010100 | 101000 | 101111 | 1001001 | 100011 |
Color Harmonies of #997C18
Complementary color
Monochromatic Colors of #997C18
Black with #997C18
Text Example
Text Example
White with #997C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C18; }
p { color: rgb(153,124,24); }
H1.HeaderClassName
{
color: #997C18;
}
.AnyTagClassName
{
color: #997C18;
}
</style>
background-color css
<style>
a { background-color: #997C18; }
a { background-color: rgb(153,124,24); }
div.DivClassName
{
background-color: #997C18;
}
.BgClassName
{
background-color: #997C18;
}
</style>
border-color css
<style>
span { border-color: #997C18; }
span { border-color: rgb(153,124,24); }
td.TdClassName
{
border-color: #997C18;
}
.TagClassName
{
border-color: #997C18;
}
</style>