Shades of Hacienda #998612
Tints of Hacienda #998612
RGB
CMYK
RGB Variations
Color information
#998612 (or 0x998612) is known color: Hacienda. HEX triplet: 99, 86 and 12. RGB value is (153,134,18). Sum of RGB (Red+Green+Blue) = 153+134+18=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #998612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998612 is #6679ED. Grayscale: #7E7E7E. Windows color (decimal): -6715886 or 1214105. OLE color: 1214105.
HSL color Cylindrical-coordinate representation of color #998612: hue angle of 51.56º degrees, saturation: 0.79, 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 #998612 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 18 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.4 |
| HSL | 51.56º | 0.79% | 0.34% | - |
| HSV(B) | 51.56º | 0.88% | 0.6% | - |
| XYZ | 21.77 | 23.87 | 4.03 | - |
| YUV | 126.46 | 66.79 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 18 | 0 | 0.12 | 0.88 | 0.4 | 51.56 | 0.79 | 0.34 |
| Hex | 99 | 86 | 12 | 0 | C | 58 | 28 | 34 | 4F | 22 |
| Octal | 231 | 206 | 22 | 0 | 14 | 130 | 50 | 64 | 117 | 42 |
| Binary | 10011001 | 10000110 | 10010 | 0 | 1100 | 1011000 | 101000 | 110100 | 1001111 | 100010 |
Color Harmonies of #998612
Complementary color
Monochromatic Colors of #998612
Black with #998612
Text Example
Text Example
White with #998612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998612; }
p { color: rgb(153,134,18); }
H1.HeaderClassName
{
color: #998612;
}
.AnyTagClassName
{
color: #998612;
}
</style>
background-color css
<style>
a { background-color: #998612; }
a { background-color: rgb(153,134,18); }
div.DivClassName
{
background-color: #998612;
}
.BgClassName
{
background-color: #998612;
}
</style>
border-color css
<style>
span { border-color: #998612; }
span { border-color: rgb(153,134,18); }
td.TdClassName
{
border-color: #998612;
}
.TagClassName
{
border-color: #998612;
}
</style>