Shades of Hacienda #998A0E
Tints of Hacienda #998A0E
RGB
CMYK
RGB Variations
Color information
#998A0E (or 0x998A0E) is known color: Hacienda. HEX triplet: 99, 8A and 0E. RGB value is (153,138,14). Sum of RGB (Red+Green+Blue) = 153+138+14=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #998A0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998A0E is #6675F1. Grayscale: #808080. Windows color (decimal): -6714866 or 952985. OLE color: 952985.
HSL color Cylindrical-coordinate representation of color #998A0E: hue angle of 53.53º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #998A0E is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 138 | 14 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.4 |
| HSL | 53.53º | 0.83% | 0.33% | - |
| HSV(B) | 53.53º | 0.91% | 0.6% | - |
| XYZ | 22.3 | 24.98 | 4.06 | - |
| YUV | 128.35 | 63.47 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 14 | 0 | 0.10 | 0.91 | 0.4 | 53.53 | 0.83 | 0.33 |
| Hex | 99 | 8A | E | 0 | A | 5B | 28 | 36 | 53 | 21 |
| Octal | 231 | 212 | 16 | 0 | 12 | 133 | 50 | 66 | 123 | 41 |
| Binary | 10011001 | 10001010 | 1110 | 0 | 1010 | 1011011 | 101000 | 110110 | 1010011 | 100001 |
Color Harmonies of #998A0E
Complementary color
Monochromatic Colors of #998A0E
Black with #998A0E
Text Example
Text Example
White with #998A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998A0E; }
p { color: rgb(153,138,14); }
H1.HeaderClassName
{
color: #998A0E;
}
.AnyTagClassName
{
color: #998A0E;
}
</style>
background-color css
<style>
a { background-color: #998A0E; }
a { background-color: rgb(153,138,14); }
div.DivClassName
{
background-color: #998A0E;
}
.BgClassName
{
background-color: #998A0E;
}
</style>
border-color css
<style>
span { border-color: #998A0E; }
span { border-color: rgb(153,138,14); }
td.TdClassName
{
border-color: #998A0E;
}
.TagClassName
{
border-color: #998A0E;
}
</style>