Shades of Hacienda #997D18
Tints of Hacienda #997D18
RGB
CMYK
RGB Variations
Color information
#997D18 (or 0x997D18) is known color: Hacienda. HEX triplet: 99, 7D and 18. RGB value is (153,125,24). Sum of RGB (Red+Green+Blue) = 153+125+24=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #997D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997D18 is #6682E7. Grayscale: #7A7A7A. Windows color (decimal): -6718184 or 1605017. OLE color: 1605017.
HSL color Cylindrical-coordinate representation of color #997D18: hue angle of 46.98º 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 #997D18 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 125 | 24 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.4 |
| HSL | 46.98º | 0.73% | 0.35% | - |
| HSV(B) | 46.98º | 0.84% | 0.6% | - |
| XYZ | 20.64 | 21.51 | 3.93 | - |
| YUV | 121.86 | 72.78 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 24 | 0 | 0.18 | 0.84 | 0.4 | 46.98 | 0.73 | 0.35 |
| Hex | 99 | 7D | 18 | 0 | 12 | 54 | 28 | 2F | 49 | 23 |
| Octal | 231 | 175 | 30 | 0 | 22 | 124 | 50 | 57 | 111 | 43 |
| Binary | 10011001 | 1111101 | 11000 | 0 | 10010 | 1010100 | 101000 | 101111 | 1001001 | 100011 |
Color Harmonies of #997D18
Complementary color
Monochromatic Colors of #997D18
Black with #997D18
Text Example
Text Example
White with #997D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997D18; }
p { color: rgb(153,125,24); }
H1.HeaderClassName
{
color: #997D18;
}
.AnyTagClassName
{
color: #997D18;
}
</style>
background-color css
<style>
a { background-color: #997D18; }
a { background-color: rgb(153,125,24); }
div.DivClassName
{
background-color: #997D18;
}
.BgClassName
{
background-color: #997D18;
}
</style>
border-color css
<style>
span { border-color: #997D18; }
span { border-color: rgb(153,125,24); }
td.TdClassName
{
border-color: #997D18;
}
.TagClassName
{
border-color: #997D18;
}
</style>