Shades of Hacienda #998411
Tints of Hacienda #998411
RGB
CMYK
RGB Variations
Color information
#998411 (or 0x998411) is known color: Hacienda. HEX triplet: 99, 84 and 11. RGB value is (153,132,17). Sum of RGB (Red+Green+Blue) = 153+132+17=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #998411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998411 is #667BEE. Grayscale: #7D7D7D. Windows color (decimal): -6716399 or 1148057. OLE color: 1148057.
HSL color Cylindrical-coordinate representation of color #998411: hue angle of 50.74º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #998411 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 17 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.4 |
| HSL | 50.74º | 0.8% | 0.33% | - |
| HSV(B) | 50.74º | 0.89% | 0.6% | - |
| XYZ | 21.49 | 23.32 | 3.9 | - |
| YUV | 125.17 | 66.96 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 17 | 0 | 0.14 | 0.89 | 0.4 | 50.74 | 0.8 | 0.33 |
| Hex | 99 | 84 | 11 | 0 | E | 59 | 28 | 33 | 50 | 21 |
| Octal | 231 | 204 | 21 | 0 | 16 | 131 | 50 | 63 | 120 | 41 |
| Binary | 10011001 | 10000100 | 10001 | 0 | 1110 | 1011001 | 101000 | 110011 | 1010000 | 100001 |
Color Harmonies of #998411
Complementary color
Monochromatic Colors of #998411
Black with #998411
Text Example
Text Example
White with #998411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998411; }
p { color: rgb(153,132,17); }
H1.HeaderClassName
{
color: #998411;
}
.AnyTagClassName
{
color: #998411;
}
</style>
background-color css
<style>
a { background-color: #998411; }
a { background-color: rgb(153,132,17); }
div.DivClassName
{
background-color: #998411;
}
.BgClassName
{
background-color: #998411;
}
</style>
border-color css
<style>
span { border-color: #998411; }
span { border-color: rgb(153,132,17); }
td.TdClassName
{
border-color: #998411;
}
.TagClassName
{
border-color: #998411;
}
</style>