Shades of Hacienda #998410
Tints of Hacienda #998410
RGB
CMYK
RGB Variations
Color information
#998410 (or 0x998410) is known color: Hacienda. HEX triplet: 99, 84 and 10. RGB value is (153,132,16). Sum of RGB (Red+Green+Blue) = 153+132+16=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #998410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998410 is #667BEF. Grayscale: #7D7D7D. Windows color (decimal): -6716400 or 1082521. OLE color: 1082521.
HSL color Cylindrical-coordinate representation of color #998410: hue angle of 50.8º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #998410 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 16 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.4 |
| HSL | 50.8º | 0.81% | 0.33% | - |
| HSV(B) | 50.8º | 0.9% | 0.6% | - |
| XYZ | 21.48 | 23.31 | 3.86 | - |
| YUV | 125.06 | 66.46 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 16 | 0 | 0.14 | 0.90 | 0.4 | 50.8 | 0.81 | 0.33 |
| Hex | 99 | 84 | 10 | 0 | E | 5A | 28 | 33 | 51 | 21 |
| Octal | 231 | 204 | 20 | 0 | 16 | 132 | 50 | 63 | 121 | 41 |
| Binary | 10011001 | 10000100 | 10000 | 0 | 1110 | 1011010 | 101000 | 110011 | 1010001 | 100001 |
Color Harmonies of #998410
Complementary color
Monochromatic Colors of #998410
Black with #998410
Text Example
Text Example
White with #998410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998410; }
p { color: rgb(153,132,16); }
H1.HeaderClassName
{
color: #998410;
}
.AnyTagClassName
{
color: #998410;
}
</style>
background-color css
<style>
a { background-color: #998410; }
a { background-color: rgb(153,132,16); }
div.DivClassName
{
background-color: #998410;
}
.BgClassName
{
background-color: #998410;
}
</style>
border-color css
<style>
span { border-color: #998410; }
span { border-color: rgb(153,132,16); }
td.TdClassName
{
border-color: #998410;
}
.TagClassName
{
border-color: #998410;
}
</style>