Shades of Hacienda #998B0A
Tints of Hacienda #998B0A
RGB
CMYK
RGB Variations
Color information
#998B0A (or 0x998B0A) is known color: Hacienda. HEX triplet: 99, 8B and 0A. RGB value is (153,139,10). Sum of RGB (Red+Green+Blue) = 153+139+10=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #998B0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998B0A is #6674F5. Grayscale: #818181. Windows color (decimal): -6714614 or 691097. OLE color: 691097.
HSL color Cylindrical-coordinate representation of color #998B0A: hue angle of 54.13º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #998B0A is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 139 | 10 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.4 |
| HSL | 54.13º | 0.88% | 0.32% | - |
| HSV(B) | 54.13º | 0.93% | 0.6% | - |
| XYZ | 22.42 | 25.26 | 3.98 | - |
| YUV | 128.48 | 61.14 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 10 | 0 | 0.09 | 0.93 | 0.4 | 54.13 | 0.88 | 0.32 |
| Hex | 99 | 8B | A | 0 | 9 | 5D | 28 | 36 | 58 | 20 |
| Octal | 231 | 213 | 12 | 0 | 11 | 135 | 50 | 66 | 130 | 40 |
| Binary | 10011001 | 10001011 | 1010 | 0 | 1001 | 1011101 | 101000 | 110110 | 1011000 | 100000 |
Color Harmonies of #998B0A
Complementary color
Monochromatic Colors of #998B0A
Black with #998B0A
Text Example
Text Example
White with #998B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998B0A; }
p { color: rgb(153,139,10); }
H1.HeaderClassName
{
color: #998B0A;
}
.AnyTagClassName
{
color: #998B0A;
}
</style>
background-color css
<style>
a { background-color: #998B0A; }
a { background-color: rgb(153,139,10); }
div.DivClassName
{
background-color: #998B0A;
}
.BgClassName
{
background-color: #998B0A;
}
</style>
border-color css
<style>
span { border-color: #998B0A; }
span { border-color: rgb(153,139,10); }
td.TdClassName
{
border-color: #998B0A;
}
.TagClassName
{
border-color: #998B0A;
}
</style>