Shades of Hacienda #98840C
Tints of Hacienda #98840C
RGB
CMYK
RGB Variations
Color information
#98840C (or 0x98840C) is known color: Hacienda. HEX triplet: 98, 84 and 0C. RGB value is (152,132,12). Sum of RGB (Red+Green+Blue) = 152+132+12=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #98840C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98840C is #677BF3. Grayscale: #7C7C7C. Windows color (decimal): -6781940 or 820376. OLE color: 820376.
HSL color Cylindrical-coordinate representation of color #98840C: hue angle of 51.43º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98840C is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 132 | 12 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.40 |
| HSL | 51.43º | 0.85% | 0.32% | - |
| HSV(B) | 51.43º | 0.92% | 0.6% | - |
| XYZ | 21.27 | 23.2 | 3.71 | - |
| YUV | 124.3 | 64.63 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 132 | 12 | 0 | 0.13 | 0.92 | 0.40 | 51.43 | 0.85 | 0.32 |
| Hex | 98 | 84 | C | 0 | D | 5C | 28 | 33 | 55 | 20 |
| Octal | 230 | 204 | 14 | 0 | 15 | 134 | 50 | 63 | 125 | 40 |
| Binary | 10011000 | 10000100 | 1100 | 0 | 1101 | 1011100 | 101000 | 110011 | 1010101 | 100000 |
Color Harmonies of #98840C
Complementary color
Monochromatic Colors of #98840C
Black with #98840C
Text Example
Text Example
White with #98840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98840C; }
p { color: rgb(152,132,12); }
H1.HeaderClassName
{
color: #98840C;
}
.AnyTagClassName
{
color: #98840C;
}
</style>
background-color css
<style>
a { background-color: #98840C; }
a { background-color: rgb(152,132,12); }
div.DivClassName
{
background-color: #98840C;
}
.BgClassName
{
background-color: #98840C;
}
</style>
border-color css
<style>
span { border-color: #98840C; }
span { border-color: rgb(152,132,12); }
td.TdClassName
{
border-color: #98840C;
}
.TagClassName
{
border-color: #98840C;
}
</style>