Shades of Hacienda #988409
Tints of Hacienda #988409
RGB
CMYK
RGB Variations
Color information
#988409 (or 0x988409) is known color: Hacienda. HEX triplet: 98, 84 and 09. RGB value is (152,132,9). Sum of RGB (Red+Green+Blue) = 152+132+9=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #988409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988409 is #677BF6. Grayscale: #7C7C7C. Windows color (decimal): -6781943 or 623768. OLE color: 623768.
HSL color Cylindrical-coordinate representation of color #988409: hue angle of 51.61º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #988409 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 132 | 9 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.40 |
| HSL | 51.61º | 0.89% | 0.32% | - |
| HSV(B) | 51.61º | 0.94% | 0.6% | - |
| XYZ | 21.25 | 23.2 | 3.62 | - |
| YUV | 123.96 | 63.13 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 132 | 9 | 0 | 0.13 | 0.94 | 0.40 | 51.61 | 0.89 | 0.32 |
| Hex | 98 | 84 | 9 | 0 | D | 5E | 28 | 34 | 59 | 20 |
| Octal | 230 | 204 | 11 | 0 | 15 | 136 | 50 | 64 | 131 | 40 |
| Binary | 10011000 | 10000100 | 1001 | 0 | 1101 | 1011110 | 101000 | 110100 | 1011001 | 100000 |
Color Harmonies of #988409
Complementary color
Monochromatic Colors of #988409
Black with #988409
Text Example
Text Example
White with #988409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988409; }
p { color: rgb(152,132,9); }
H1.HeaderClassName
{
color: #988409;
}
.AnyTagClassName
{
color: #988409;
}
</style>
background-color css
<style>
a { background-color: #988409; }
a { background-color: rgb(152,132,9); }
div.DivClassName
{
background-color: #988409;
}
.BgClassName
{
background-color: #988409;
}
</style>
border-color css
<style>
span { border-color: #988409; }
span { border-color: rgb(152,132,9); }
td.TdClassName
{
border-color: #988409;
}
.TagClassName
{
border-color: #988409;
}
</style>