Shades of Hacienda #988B0F
Tints of Hacienda #988B0F
RGB
CMYK
RGB Variations
Color information
#988B0F (or 0x988B0F) is known color: Hacienda. HEX triplet: 98, 8B and 0F. RGB value is (152,139,15). Sum of RGB (Red+Green+Blue) = 152+139+15=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #988B0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988B0F is #6774F0. Grayscale: #818181. Windows color (decimal): -6780145 or 1018776. OLE color: 1018776.
HSL color Cylindrical-coordinate representation of color #988B0F: hue angle of 54.31º degrees, saturation: 0.82, 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 #988B0F is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 139 | 15 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.40 |
| HSL | 54.31º | 0.82% | 0.33% | - |
| HSV(B) | 54.31º | 0.9% | 0.6% | - |
| XYZ | 22.27 | 25.18 | 4.14 | - |
| YUV | 128.75 | 63.81 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 15 | 0 | 0.09 | 0.90 | 0.40 | 54.31 | 0.82 | 0.33 |
| Hex | 98 | 8B | F | 0 | 9 | 5A | 28 | 36 | 52 | 21 |
| Octal | 230 | 213 | 17 | 0 | 11 | 132 | 50 | 66 | 122 | 41 |
| Binary | 10011000 | 10001011 | 1111 | 0 | 1001 | 1011010 | 101000 | 110110 | 1010010 | 100001 |
Color Harmonies of #988B0F
Complementary color
Monochromatic Colors of #988B0F
Black with #988B0F
Text Example
Text Example
White with #988B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988B0F; }
p { color: rgb(152,139,15); }
H1.HeaderClassName
{
color: #988B0F;
}
.AnyTagClassName
{
color: #988B0F;
}
</style>
background-color css
<style>
a { background-color: #988B0F; }
a { background-color: rgb(152,139,15); }
div.DivClassName
{
background-color: #988B0F;
}
.BgClassName
{
background-color: #988B0F;
}
</style>
border-color css
<style>
span { border-color: #988B0F; }
span { border-color: rgb(152,139,15); }
td.TdClassName
{
border-color: #988B0F;
}
.TagClassName
{
border-color: #988B0F;
}
</style>