Shades of Hacienda #998413
Tints of Hacienda #998413
RGB
CMYK
RGB Variations
Color information
#998413 (or 0x998413) is known color: Hacienda. HEX triplet: 99, 84 and 13. RGB value is (153,132,19). Sum of RGB (Red+Green+Blue) = 153+132+19=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #998413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998413 is #667BEC. Grayscale: #7D7D7D. Windows color (decimal): -6716397 or 1279129. OLE color: 1279129.
HSL color Cylindrical-coordinate representation of color #998413: hue angle of 50.6º 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 #998413 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 19 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.4 |
| HSL | 50.6º | 0.78% | 0.34% | - |
| HSV(B) | 50.6º | 0.88% | 0.6% | - |
| XYZ | 21.51 | 23.32 | 3.98 | - |
| YUV | 125.4 | 67.96 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 19 | 0 | 0.14 | 0.88 | 0.4 | 50.6 | 0.78 | 0.34 |
| Hex | 99 | 84 | 13 | 0 | E | 58 | 28 | 33 | 4E | 22 |
| Octal | 231 | 204 | 23 | 0 | 16 | 130 | 50 | 63 | 116 | 42 |
| Binary | 10011001 | 10000100 | 10011 | 0 | 1110 | 1011000 | 101000 | 110011 | 1001110 | 100010 |
Color Harmonies of #998413
Complementary color
Monochromatic Colors of #998413
Black with #998413
Text Example
Text Example
White with #998413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998413; }
p { color: rgb(153,132,19); }
H1.HeaderClassName
{
color: #998413;
}
.AnyTagClassName
{
color: #998413;
}
</style>
background-color css
<style>
a { background-color: #998413; }
a { background-color: rgb(153,132,19); }
div.DivClassName
{
background-color: #998413;
}
.BgClassName
{
background-color: #998413;
}
</style>
border-color css
<style>
span { border-color: #998413; }
span { border-color: rgb(153,132,19); }
td.TdClassName
{
border-color: #998413;
}
.TagClassName
{
border-color: #998413;
}
</style>