Shades of Hacienda #997C17
Tints of Hacienda #997C17
RGB
CMYK
RGB Variations
Color information
#997C17 (or 0x997C17) is known color: Hacienda. HEX triplet: 99, 7C and 17. RGB value is (153,124,23). Sum of RGB (Red+Green+Blue) = 153+124+23=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #997C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997C17 is #6683E8. Grayscale: #797979. Windows color (decimal): -6718441 or 1539225. OLE color: 1539225.
HSL color Cylindrical-coordinate representation of color #997C17: hue angle of 46.62º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #997C17 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 23 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.4 |
| HSL | 46.62º | 0.74% | 0.35% | - |
| HSV(B) | 46.62º | 0.85% | 0.6% | - |
| XYZ | 20.5 | 21.25 | 3.83 | - |
| YUV | 121.16 | 72.61 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 23 | 0 | 0.19 | 0.85 | 0.4 | 46.62 | 0.74 | 0.35 |
| Hex | 99 | 7C | 17 | 0 | 13 | 55 | 28 | 2F | 4A | 23 |
| Octal | 231 | 174 | 27 | 0 | 23 | 125 | 50 | 57 | 112 | 43 |
| Binary | 10011001 | 1111100 | 10111 | 0 | 10011 | 1010101 | 101000 | 101111 | 1001010 | 100011 |
Color Harmonies of #997C17
Complementary color
Monochromatic Colors of #997C17
Black with #997C17
Text Example
Text Example
White with #997C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C17; }
p { color: rgb(153,124,23); }
H1.HeaderClassName
{
color: #997C17;
}
.AnyTagClassName
{
color: #997C17;
}
</style>
background-color css
<style>
a { background-color: #997C17; }
a { background-color: rgb(153,124,23); }
div.DivClassName
{
background-color: #997C17;
}
.BgClassName
{
background-color: #997C17;
}
</style>
border-color css
<style>
span { border-color: #997C17; }
span { border-color: rgb(153,124,23); }
td.TdClassName
{
border-color: #997C17;
}
.TagClassName
{
border-color: #997C17;
}
</style>