Shades of Hacienda #978C0D
Tints of Hacienda #978C0D
RGB
CMYK
RGB Variations
Color information
#978C0D (or 0x978C0D) is known color: Hacienda. HEX triplet: 97, 8C and 0D. RGB value is (151,140,13). Sum of RGB (Red+Green+Blue) = 151+140+13=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #978C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978C0D is #6873F2. Grayscale: #818181. Windows color (decimal): -6845427 or 887959. OLE color: 887959.
HSL color Cylindrical-coordinate representation of color #978C0D: hue angle of 55.22º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #978C0D is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 140 | 13 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.41 |
| HSL | 55.22º | 0.84% | 0.32% | - |
| HSV(B) | 55.22º | 0.91% | 0.59% | - |
| XYZ | 22.21 | 25.36 | 4.11 | - |
| YUV | 128.81 | 62.64 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 13 | 0 | 0.07 | 0.91 | 0.41 | 55.22 | 0.84 | 0.32 |
| Hex | 97 | 8C | D | 0 | 7 | 5B | 29 | 37 | 54 | 20 |
| Octal | 227 | 214 | 15 | 0 | 7 | 133 | 51 | 67 | 124 | 40 |
| Binary | 10010111 | 10001100 | 1101 | 0 | 111 | 1011011 | 101001 | 110111 | 1010100 | 100000 |
Color Harmonies of #978C0D
Complementary color
Monochromatic Colors of #978C0D
Black with #978C0D
Text Example
Text Example
White with #978C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978C0D; }
p { color: rgb(151,140,13); }
H1.HeaderClassName
{
color: #978C0D;
}
.AnyTagClassName
{
color: #978C0D;
}
</style>
background-color css
<style>
a { background-color: #978C0D; }
a { background-color: rgb(151,140,13); }
div.DivClassName
{
background-color: #978C0D;
}
.BgClassName
{
background-color: #978C0D;
}
</style>
border-color css
<style>
span { border-color: #978C0D; }
span { border-color: rgb(151,140,13); }
td.TdClassName
{
border-color: #978C0D;
}
.TagClassName
{
border-color: #978C0D;
}
</style>