Shades of Hacienda #998610
Tints of Hacienda #998610
RGB
CMYK
RGB Variations
Color information
#998610 (or 0x998610) is known color: Hacienda. HEX triplet: 99, 86 and 10. RGB value is (153,134,16). Sum of RGB (Red+Green+Blue) = 153+134+16=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #998610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998610 is #6679EF. Grayscale: #7E7E7E. Windows color (decimal): -6715888 or 1083033. OLE color: 1083033.
HSL color Cylindrical-coordinate representation of color #998610: hue angle of 51.68º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #998610 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 16 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.4 |
| HSL | 51.68º | 0.81% | 0.33% | - |
| HSV(B) | 51.68º | 0.9% | 0.6% | - |
| XYZ | 21.76 | 23.86 | 3.95 | - |
| YUV | 126.23 | 65.79 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 16 | 0 | 0.12 | 0.90 | 0.4 | 51.68 | 0.81 | 0.33 |
| Hex | 99 | 86 | 10 | 0 | C | 5A | 28 | 34 | 51 | 21 |
| Octal | 231 | 206 | 20 | 0 | 14 | 132 | 50 | 64 | 121 | 41 |
| Binary | 10011001 | 10000110 | 10000 | 0 | 1100 | 1011010 | 101000 | 110100 | 1010001 | 100001 |
Color Harmonies of #998610
Complementary color
Monochromatic Colors of #998610
Black with #998610
Text Example
Text Example
White with #998610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998610; }
p { color: rgb(153,134,16); }
H1.HeaderClassName
{
color: #998610;
}
.AnyTagClassName
{
color: #998610;
}
</style>
background-color css
<style>
a { background-color: #998610; }
a { background-color: rgb(153,134,16); }
div.DivClassName
{
background-color: #998610;
}
.BgClassName
{
background-color: #998610;
}
</style>
border-color css
<style>
span { border-color: #998610; }
span { border-color: rgb(153,134,16); }
td.TdClassName
{
border-color: #998610;
}
.TagClassName
{
border-color: #998610;
}
</style>