Shades of Hacienda #998215
Tints of Hacienda #998215
RGB
CMYK
RGB Variations
Color information
#998215 (or 0x998215) is known color: Hacienda. HEX triplet: 99, 82 and 15. RGB value is (153,130,21). Sum of RGB (Red+Green+Blue) = 153+130+21=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #998215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998215 is #667DEA. Grayscale: #7C7C7C. Windows color (decimal): -6716907 or 1409689. OLE color: 1409689.
HSL color Cylindrical-coordinate representation of color #998215: hue angle of 49.55º degrees, saturation: 0.76, 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 #998215 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 21 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.4 |
| HSL | 49.55º | 0.76% | 0.34% | - |
| HSV(B) | 49.55º | 0.86% | 0.6% | - |
| XYZ | 21.25 | 22.79 | 3.99 | - |
| YUV | 124.45 | 69.62 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 21 | 0 | 0.15 | 0.86 | 0.4 | 49.55 | 0.76 | 0.34 |
| Hex | 99 | 82 | 15 | 0 | F | 56 | 28 | 32 | 4C | 22 |
| Octal | 231 | 202 | 25 | 0 | 17 | 126 | 50 | 62 | 114 | 42 |
| Binary | 10011001 | 10000010 | 10101 | 0 | 1111 | 1010110 | 101000 | 110010 | 1001100 | 100010 |
Color Harmonies of #998215
Complementary color
Monochromatic Colors of #998215
Black with #998215
Text Example
Text Example
White with #998215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998215; }
p { color: rgb(153,130,21); }
H1.HeaderClassName
{
color: #998215;
}
.AnyTagClassName
{
color: #998215;
}
</style>
background-color css
<style>
a { background-color: #998215; }
a { background-color: rgb(153,130,21); }
div.DivClassName
{
background-color: #998215;
}
.BgClassName
{
background-color: #998215;
}
</style>
border-color css
<style>
span { border-color: #998215; }
span { border-color: rgb(153,130,21); }
td.TdClassName
{
border-color: #998215;
}
.TagClassName
{
border-color: #998215;
}
</style>