Shades of Hacienda #998016
Tints of Hacienda #998016
RGB
CMYK
RGB Variations
Color information
#998016 (or 0x998016) is known color: Hacienda. HEX triplet: 99, 80 and 16. RGB value is (153,128,22). Sum of RGB (Red+Green+Blue) = 153+128+22=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #998016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998016 is #667FE9. Grayscale: #7B7B7B. Windows color (decimal): -6717418 or 1474713. OLE color: 1474713.
HSL color Cylindrical-coordinate representation of color #998016: hue angle of 48.55º 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 #998016 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 128 | 22 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.4 |
| HSL | 48.55º | 0.75% | 0.34% | - |
| HSV(B) | 48.55º | 0.86% | 0.6% | - |
| XYZ | 21 | 22.27 | 3.95 | - |
| YUV | 123.39 | 70.78 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 22 | 0 | 0.16 | 0.86 | 0.4 | 48.55 | 0.75 | 0.34 |
| Hex | 99 | 80 | 16 | 0 | 10 | 56 | 28 | 31 | 4B | 22 |
| Octal | 231 | 200 | 26 | 0 | 20 | 126 | 50 | 61 | 113 | 42 |
| Binary | 10011001 | 10000000 | 10110 | 0 | 10000 | 1010110 | 101000 | 110001 | 1001011 | 100010 |
Color Harmonies of #998016
Complementary color
Monochromatic Colors of #998016
Black with #998016
Text Example
Text Example
White with #998016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998016; }
p { color: rgb(153,128,22); }
H1.HeaderClassName
{
color: #998016;
}
.AnyTagClassName
{
color: #998016;
}
</style>
background-color css
<style>
a { background-color: #998016; }
a { background-color: rgb(153,128,22); }
div.DivClassName
{
background-color: #998016;
}
.BgClassName
{
background-color: #998016;
}
</style>
border-color css
<style>
span { border-color: #998016; }
span { border-color: rgb(153,128,22); }
td.TdClassName
{
border-color: #998016;
}
.TagClassName
{
border-color: #998016;
}
</style>