Shades of Hacienda #987C1E
Tints of Hacienda #987C1E
RGB
CMYK
RGB Variations
Color information
#987C1E (or 0x987C1E) is known color: Hacienda. HEX triplet: 98, 7C and 1E. RGB value is (152,124,30). Sum of RGB (Red+Green+Blue) = 152+124+30=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #987C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C1E is #6783E1. Grayscale: #7A7A7A. Windows color (decimal): -6783970 or 1997976. OLE color: 1997976.
HSL color Cylindrical-coordinate representation of color #987C1E: hue angle of 46.23º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #987C1E is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 30 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.40 |
| HSL | 46.23º | 0.67% | 0.36% | - |
| HSV(B) | 46.23º | 0.8% | 0.6% | - |
| XYZ | 20.39 | 21.18 | 4.24 | - |
| YUV | 121.66 | 76.28 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 30 | 0 | 0.18 | 0.80 | 0.40 | 46.23 | 0.67 | 0.36 |
| Hex | 98 | 7C | 1E | 0 | 12 | 50 | 28 | 2E | 43 | 24 |
| Octal | 230 | 174 | 36 | 0 | 22 | 120 | 50 | 56 | 103 | 44 |
| Binary | 10011000 | 1111100 | 11110 | 0 | 10010 | 1010000 | 101000 | 101110 | 1000011 | 100100 |
Color Harmonies of #987C1E
Complementary color
Monochromatic Colors of #987C1E
Black with #987C1E
Text Example
Text Example
White with #987C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C1E; }
p { color: rgb(152,124,30); }
H1.HeaderClassName
{
color: #987C1E;
}
.AnyTagClassName
{
color: #987C1E;
}
</style>
background-color css
<style>
a { background-color: #987C1E; }
a { background-color: rgb(152,124,30); }
div.DivClassName
{
background-color: #987C1E;
}
.BgClassName
{
background-color: #987C1E;
}
</style>
border-color css
<style>
span { border-color: #987C1E; }
span { border-color: rgb(152,124,30); }
td.TdClassName
{
border-color: #987C1E;
}
.TagClassName
{
border-color: #987C1E;
}
</style>