Shades of Hacienda #998110
Tints of Hacienda #998110
RGB
CMYK
RGB Variations
Color information
#998110 (or 0x998110) is known color: Hacienda. HEX triplet: 99, 81 and 10. RGB value is (153,129,16). Sum of RGB (Red+Green+Blue) = 153+129+16=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #998110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998110 is #667EEF. Grayscale: #7B7B7B. Windows color (decimal): -6717168 or 1081753. OLE color: 1081753.
HSL color Cylindrical-coordinate representation of color #998110: hue angle of 49.49º 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 #998110 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 129 | 16 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.4 |
| HSL | 49.49º | 0.81% | 0.33% | - |
| HSV(B) | 49.49º | 0.9% | 0.6% | - |
| XYZ | 21.08 | 22.51 | 3.72 | - |
| YUV | 123.29 | 67.45 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 129 | 16 | 0 | 0.16 | 0.90 | 0.4 | 49.49 | 0.81 | 0.33 |
| Hex | 99 | 81 | 10 | 0 | 10 | 5A | 28 | 31 | 51 | 21 |
| Octal | 231 | 201 | 20 | 0 | 20 | 132 | 50 | 61 | 121 | 41 |
| Binary | 10011001 | 10000001 | 10000 | 0 | 10000 | 1011010 | 101000 | 110001 | 1010001 | 100001 |
Color Harmonies of #998110
Complementary color
Monochromatic Colors of #998110
Black with #998110
Text Example
Text Example
White with #998110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998110; }
p { color: rgb(153,129,16); }
H1.HeaderClassName
{
color: #998110;
}
.AnyTagClassName
{
color: #998110;
}
</style>
background-color css
<style>
a { background-color: #998110; }
a { background-color: rgb(153,129,16); }
div.DivClassName
{
background-color: #998110;
}
.BgClassName
{
background-color: #998110;
}
</style>
border-color css
<style>
span { border-color: #998110; }
span { border-color: rgb(153,129,16); }
td.TdClassName
{
border-color: #998110;
}
.TagClassName
{
border-color: #998110;
}
</style>