Shades of Hacienda #998314
Tints of Hacienda #998314
RGB
CMYK
RGB Variations
Color information
#998314 (or 0x998314) is known color: Hacienda. HEX triplet: 99, 83 and 14. RGB value is (153,131,20). Sum of RGB (Red+Green+Blue) = 153+131+20=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #998314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998314 is #667CEB. Grayscale: #7D7D7D. Windows color (decimal): -6716652 or 1344409. OLE color: 1344409.
HSL color Cylindrical-coordinate representation of color #998314: hue angle of 50.08º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #998314 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 131 | 20 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.4 |
| HSL | 50.08º | 0.77% | 0.34% | - |
| HSV(B) | 50.08º | 0.87% | 0.6% | - |
| XYZ | 21.38 | 23.06 | 3.99 | - |
| YUV | 124.92 | 68.79 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 20 | 0 | 0.14 | 0.87 | 0.4 | 50.08 | 0.77 | 0.34 |
| Hex | 99 | 83 | 14 | 0 | E | 57 | 28 | 32 | 4D | 22 |
| Octal | 231 | 203 | 24 | 0 | 16 | 127 | 50 | 62 | 115 | 42 |
| Binary | 10011001 | 10000011 | 10100 | 0 | 1110 | 1010111 | 101000 | 110010 | 1001101 | 100010 |
Color Harmonies of #998314
Complementary color
Monochromatic Colors of #998314
Black with #998314
Text Example
Text Example
White with #998314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998314; }
p { color: rgb(153,131,20); }
H1.HeaderClassName
{
color: #998314;
}
.AnyTagClassName
{
color: #998314;
}
</style>
background-color css
<style>
a { background-color: #998314; }
a { background-color: rgb(153,131,20); }
div.DivClassName
{
background-color: #998314;
}
.BgClassName
{
background-color: #998314;
}
</style>
border-color css
<style>
span { border-color: #998314; }
span { border-color: rgb(153,131,20); }
td.TdClassName
{
border-color: #998314;
}
.TagClassName
{
border-color: #998314;
}
</style>