Shades of Hacienda #997D13
Tints of Hacienda #997D13
RGB
CMYK
RGB Variations
Color information
#997D13 (or 0x997D13) is known color: Hacienda. HEX triplet: 99, 7D and 13. RGB value is (153,125,19). Sum of RGB (Red+Green+Blue) = 153+125+19=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #997D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997D13 is #6682EC. Grayscale: #797979. Windows color (decimal): -6718189 or 1277337. OLE color: 1277337.
HSL color Cylindrical-coordinate representation of color #997D13: hue angle of 47.46º degrees, saturation: 0.78, 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 #997D13 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 125 | 19 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.4 |
| HSL | 47.46º | 0.78% | 0.34% | - |
| HSV(B) | 47.46º | 0.88% | 0.6% | - |
| XYZ | 20.59 | 21.49 | 3.68 | - |
| YUV | 121.29 | 70.28 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 19 | 0 | 0.18 | 0.88 | 0.4 | 47.46 | 0.78 | 0.34 |
| Hex | 99 | 7D | 13 | 0 | 12 | 58 | 28 | 2F | 4E | 22 |
| Octal | 231 | 175 | 23 | 0 | 22 | 130 | 50 | 57 | 116 | 42 |
| Binary | 10011001 | 1111101 | 10011 | 0 | 10010 | 1011000 | 101000 | 101111 | 1001110 | 100010 |
Color Harmonies of #997D13
Complementary color
Monochromatic Colors of #997D13
Black with #997D13
Text Example
Text Example
White with #997D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997D13; }
p { color: rgb(153,125,19); }
H1.HeaderClassName
{
color: #997D13;
}
.AnyTagClassName
{
color: #997D13;
}
</style>
background-color css
<style>
a { background-color: #997D13; }
a { background-color: rgb(153,125,19); }
div.DivClassName
{
background-color: #997D13;
}
.BgClassName
{
background-color: #997D13;
}
</style>
border-color css
<style>
span { border-color: #997D13; }
span { border-color: rgb(153,125,19); }
td.TdClassName
{
border-color: #997D13;
}
.TagClassName
{
border-color: #997D13;
}
</style>