Shades of Hacienda #978713
Tints of Hacienda #978713
RGB
CMYK
RGB Variations
Color information
#978713 (or 0x978713) is known color: Hacienda. HEX triplet: 97, 87 and 13. RGB value is (151,135,19). Sum of RGB (Red+Green+Blue) = 151+135+19=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #978713 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978713 is #6878EC. Grayscale: #7F7F7F. Windows color (decimal): -6846701 or 1279895. OLE color: 1279895.
HSL color Cylindrical-coordinate representation of color #978713: hue angle of 52.73º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #978713 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 135 | 19 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.41 |
| HSL | 52.73º | 0.78% | 0.33% | - |
| HSV(B) | 52.73º | 0.87% | 0.59% | - |
| XYZ | 21.54 | 23.95 | 4.1 | - |
| YUV | 126.56 | 67.3 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 135 | 19 | 0 | 0.11 | 0.87 | 0.41 | 52.73 | 0.78 | 0.33 |
| Hex | 97 | 87 | 13 | 0 | B | 57 | 29 | 35 | 4E | 21 |
| Octal | 227 | 207 | 23 | 0 | 13 | 127 | 51 | 65 | 116 | 41 |
| Binary | 10010111 | 10000111 | 10011 | 0 | 1011 | 1010111 | 101001 | 110101 | 1001110 | 100001 |
Color Harmonies of #978713
Complementary color
Monochromatic Colors of #978713
Black with #978713
Text Example
Text Example
White with #978713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978713; }
p { color: rgb(151,135,19); }
H1.HeaderClassName
{
color: #978713;
}
.AnyTagClassName
{
color: #978713;
}
</style>
background-color css
<style>
a { background-color: #978713; }
a { background-color: rgb(151,135,19); }
div.DivClassName
{
background-color: #978713;
}
.BgClassName
{
background-color: #978713;
}
</style>
border-color css
<style>
span { border-color: #978713; }
span { border-color: rgb(151,135,19); }
td.TdClassName
{
border-color: #978713;
}
.TagClassName
{
border-color: #978713;
}
</style>