Shades of Hacienda #998C13
Tints of Hacienda #998C13
RGB
CMYK
RGB Variations
Color information
#998C13 (or 0x998C13) is known color: Hacienda. HEX triplet: 99, 8C and 13. RGB value is (153,140,19). Sum of RGB (Red+Green+Blue) = 153+140+19=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #998C13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998C13 is #6673EC. Grayscale: #828282. Windows color (decimal): -6714349 or 1281177. OLE color: 1281177.
HSL color Cylindrical-coordinate representation of color #998C13: hue angle of 54.18º 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 #998C13 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 19 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.4 |
| HSL | 54.18º | 0.78% | 0.34% | - |
| HSV(B) | 54.18º | 0.88% | 0.6% | - |
| XYZ | 22.63 | 25.58 | 4.36 | - |
| YUV | 130.09 | 65.31 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 19 | 0 | 0.08 | 0.88 | 0.4 | 54.18 | 0.78 | 0.34 |
| Hex | 99 | 8C | 13 | 0 | 8 | 58 | 28 | 36 | 4E | 22 |
| Octal | 231 | 214 | 23 | 0 | 10 | 130 | 50 | 66 | 116 | 42 |
| Binary | 10011001 | 10001100 | 10011 | 0 | 1000 | 1011000 | 101000 | 110110 | 1001110 | 100010 |
Color Harmonies of #998C13
Complementary color
Monochromatic Colors of #998C13
Black with #998C13
Text Example
Text Example
White with #998C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C13; }
p { color: rgb(153,140,19); }
H1.HeaderClassName
{
color: #998C13;
}
.AnyTagClassName
{
color: #998C13;
}
</style>
background-color css
<style>
a { background-color: #998C13; }
a { background-color: rgb(153,140,19); }
div.DivClassName
{
background-color: #998C13;
}
.BgClassName
{
background-color: #998C13;
}
</style>
border-color css
<style>
span { border-color: #998C13; }
span { border-color: rgb(153,140,19); }
td.TdClassName
{
border-color: #998C13;
}
.TagClassName
{
border-color: #998C13;
}
</style>