Shades of Hacienda #998313
Tints of Hacienda #998313
RGB
CMYK
RGB Variations
Color information
#998313 (or 0x998313) is known color: Hacienda. HEX triplet: 99, 83 and 13. RGB value is (153,131,19). Sum of RGB (Red+Green+Blue) = 153+131+19=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #998313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998313 is #667CEC. Grayscale: #7D7D7D. Windows color (decimal): -6716653 or 1278873. OLE color: 1278873.
HSL color Cylindrical-coordinate representation of color #998313: hue angle of 50.15º 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 #998313 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 131 | 19 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.4 |
| HSL | 50.15º | 0.78% | 0.34% | - |
| HSV(B) | 50.15º | 0.88% | 0.6% | - |
| XYZ | 21.37 | 23.05 | 3.94 | - |
| YUV | 124.81 | 68.29 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 19 | 0 | 0.14 | 0.88 | 0.4 | 50.15 | 0.78 | 0.34 |
| Hex | 99 | 83 | 13 | 0 | E | 58 | 28 | 32 | 4E | 22 |
| Octal | 231 | 203 | 23 | 0 | 16 | 130 | 50 | 62 | 116 | 42 |
| Binary | 10011001 | 10000011 | 10011 | 0 | 1110 | 1011000 | 101000 | 110010 | 1001110 | 100010 |
Color Harmonies of #998313
Complementary color
Monochromatic Colors of #998313
Black with #998313
Text Example
Text Example
White with #998313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998313; }
p { color: rgb(153,131,19); }
H1.HeaderClassName
{
color: #998313;
}
.AnyTagClassName
{
color: #998313;
}
</style>
background-color css
<style>
a { background-color: #998313; }
a { background-color: rgb(153,131,19); }
div.DivClassName
{
background-color: #998313;
}
.BgClassName
{
background-color: #998313;
}
</style>
border-color css
<style>
span { border-color: #998313; }
span { border-color: rgb(153,131,19); }
td.TdClassName
{
border-color: #998313;
}
.TagClassName
{
border-color: #998313;
}
</style>