Shades of Hacienda #998116
Tints of Hacienda #998116
RGB
CMYK
RGB Variations
Color information
#998116 (or 0x998116) is known color: Hacienda. HEX triplet: 99, 81 and 16. RGB value is (153,129,22). Sum of RGB (Red+Green+Blue) = 153+129+22=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #998116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998116 is #667EE9. Grayscale: #7C7C7C. Windows color (decimal): -6717162 or 1474969. OLE color: 1474969.
HSL color Cylindrical-coordinate representation of color #998116: hue angle of 49.01º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #998116 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 129 | 22 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.4 |
| HSL | 49.01º | 0.75% | 0.34% | - |
| HSV(B) | 49.01º | 0.86% | 0.6% | - |
| XYZ | 21.13 | 22.53 | 3.99 | - |
| YUV | 123.98 | 70.45 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 129 | 22 | 0 | 0.16 | 0.86 | 0.4 | 49.01 | 0.75 | 0.34 |
| Hex | 99 | 81 | 16 | 0 | 10 | 56 | 28 | 31 | 4B | 22 |
| Octal | 231 | 201 | 26 | 0 | 20 | 126 | 50 | 61 | 113 | 42 |
| Binary | 10011001 | 10000001 | 10110 | 0 | 10000 | 1010110 | 101000 | 110001 | 1001011 | 100010 |
Color Harmonies of #998116
Complementary color
Monochromatic Colors of #998116
Black with #998116
Text Example
Text Example
White with #998116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998116; }
p { color: rgb(153,129,22); }
H1.HeaderClassName
{
color: #998116;
}
.AnyTagClassName
{
color: #998116;
}
</style>
background-color css
<style>
a { background-color: #998116; }
a { background-color: rgb(153,129,22); }
div.DivClassName
{
background-color: #998116;
}
.BgClassName
{
background-color: #998116;
}
</style>
border-color css
<style>
span { border-color: #998116; }
span { border-color: rgb(153,129,22); }
td.TdClassName
{
border-color: #998116;
}
.TagClassName
{
border-color: #998116;
}
</style>