Shades of Highball #978840
Tints of Highball #978840
RGB
CMYK
RGB Variations
Color information
#978840 (or 0x978840) is known color: Highball. HEX triplet: 97, 88 and 40. RGB value is (151,136,64). Sum of RGB (Red+Green+Blue) = 151+136+64=351 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.02% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 151 - color contains mainly: red. Hex color #978840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978840 is #6877BF. Grayscale: #848484. Windows color (decimal): -6846400 or 4229271. OLE color: 4229271.
HSL color Cylindrical-coordinate representation of color #978840: hue angle of 49.66º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #978840 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 136 | 64 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.41 |
| HSL | 49.66º | 0.4% | 0.42% | - |
| HSV(B) | 49.66º | 0.58% | 0.59% | - |
| XYZ | 22.49 | 24.56 | 8.41 | - |
| YUV | 132.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 136 | 64 | 0 | 0.10 | 0.58 | 0.41 | 49.66 | 0.4 | 0.42 |
| Hex | 97 | 88 | 40 | 0 | A | 3A | 29 | 32 | 28 | 2A |
| Octal | 227 | 210 | 100 | 0 | 12 | 72 | 51 | 62 | 50 | 52 |
| Binary | 10010111 | 10001000 | 1000000 | 0 | 1010 | 111010 | 101001 | 110010 | 101000 | 101010 |
Color Harmonies of #978840
Complementary color
Monochromatic Colors of #978840
Black with #978840
Text Example
Text Example
White with #978840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978840; }
p { color: rgb(151,136,64); }
H1.HeaderClassName
{
color: #978840;
}
.AnyTagClassName
{
color: #978840;
}
</style>
background-color css
<style>
a { background-color: #978840; }
a { background-color: rgb(151,136,64); }
div.DivClassName
{
background-color: #978840;
}
.BgClassName
{
background-color: #978840;
}
</style>
border-color css
<style>
span { border-color: #978840; }
span { border-color: rgb(151,136,64); }
td.TdClassName
{
border-color: #978840;
}
.TagClassName
{
border-color: #978840;
}
</style>