Shades of Hacienda #997D17
Tints of Hacienda #997D17
RGB
CMYK
RGB Variations
Color information
#997D17 (or 0x997D17) is known color: Hacienda. HEX triplet: 99, 7D and 17. RGB value is (153,125,23). Sum of RGB (Red+Green+Blue) = 153+125+23=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #997D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997D17 is #6682E8. Grayscale: #7A7A7A. Windows color (decimal): -6718185 or 1539481. OLE color: 1539481.
HSL color Cylindrical-coordinate representation of color #997D17: hue angle of 47.08º 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 #997D17 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 125 | 23 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.4 |
| HSL | 47.08º | 0.74% | 0.35% | - |
| HSV(B) | 47.08º | 0.85% | 0.6% | - |
| XYZ | 20.63 | 21.5 | 3.87 | - |
| YUV | 121.74 | 72.28 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 23 | 0 | 0.18 | 0.85 | 0.4 | 47.08 | 0.74 | 0.35 |
| Hex | 99 | 7D | 17 | 0 | 12 | 55 | 28 | 2F | 4A | 23 |
| Octal | 231 | 175 | 27 | 0 | 22 | 125 | 50 | 57 | 112 | 43 |
| Binary | 10011001 | 1111101 | 10111 | 0 | 10010 | 1010101 | 101000 | 101111 | 1001010 | 100011 |
Color Harmonies of #997D17
Complementary color
Monochromatic Colors of #997D17
Black with #997D17
Text Example
Text Example
White with #997D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997D17; }
p { color: rgb(153,125,23); }
H1.HeaderClassName
{
color: #997D17;
}
.AnyTagClassName
{
color: #997D17;
}
</style>
background-color css
<style>
a { background-color: #997D17; }
a { background-color: rgb(153,125,23); }
div.DivClassName
{
background-color: #997D17;
}
.BgClassName
{
background-color: #997D17;
}
</style>
border-color css
<style>
span { border-color: #997D17; }
span { border-color: rgb(153,125,23); }
td.TdClassName
{
border-color: #997D17;
}
.TagClassName
{
border-color: #997D17;
}
</style>