Shades of Hacienda #998B13
Tints of Hacienda #998B13
RGB
CMYK
RGB Variations
Color information
#998B13 (or 0x998B13) is known color: Hacienda. HEX triplet: 99, 8B and 13. RGB value is (153,139,19). Sum of RGB (Red+Green+Blue) = 153+139+19=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #998B13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998B13 is #6674EC. Grayscale: #828282. Windows color (decimal): -6714605 or 1280921. OLE color: 1280921.
HSL color Cylindrical-coordinate representation of color #998B13: hue angle of 53.73º degrees, saturation: 0.78, 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 #998B13 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 139 | 19 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.4 |
| HSL | 53.73º | 0.78% | 0.34% | - |
| HSV(B) | 53.73º | 0.88% | 0.6% | - |
| XYZ | 22.49 | 25.28 | 4.31 | - |
| YUV | 129.51 | 65.64 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 19 | 0 | 0.09 | 0.88 | 0.4 | 53.73 | 0.78 | 0.34 |
| Hex | 99 | 8B | 13 | 0 | 9 | 58 | 28 | 36 | 4E | 22 |
| Octal | 231 | 213 | 23 | 0 | 11 | 130 | 50 | 66 | 116 | 42 |
| Binary | 10011001 | 10001011 | 10011 | 0 | 1001 | 1011000 | 101000 | 110110 | 1001110 | 100010 |
Color Harmonies of #998B13
Complementary color
Monochromatic Colors of #998B13
Black with #998B13
Text Example
Text Example
White with #998B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998B13; }
p { color: rgb(153,139,19); }
H1.HeaderClassName
{
color: #998B13;
}
.AnyTagClassName
{
color: #998B13;
}
</style>
background-color css
<style>
a { background-color: #998B13; }
a { background-color: rgb(153,139,19); }
div.DivClassName
{
background-color: #998B13;
}
.BgClassName
{
background-color: #998B13;
}
</style>
border-color css
<style>
span { border-color: #998B13; }
span { border-color: rgb(153,139,19); }
td.TdClassName
{
border-color: #998B13;
}
.TagClassName
{
border-color: #998B13;
}
</style>