Shades of Highball #978343
Tints of Highball #978343
RGB
CMYK
RGB Variations
Color information
#978343 (or 0x978343) is known color: Highball. HEX triplet: 97, 83 and 43. RGB value is (151,131,67). Sum of RGB (Red+Green+Blue) = 151+131+67=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #978343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978343 is #687CBC. Grayscale: #818181. Windows color (decimal): -6847677 or 4424599. OLE color: 4424599.
HSL color Cylindrical-coordinate representation of color #978343: hue angle of 45.71º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #978343 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 131 | 67 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.41 |
| HSL | 45.71º | 0.39% | 0.43% | - |
| HSV(B) | 45.71º | 0.56% | 0.59% | - |
| XYZ | 21.89 | 23.22 | 8.64 | - |
| YUV | 129.68 | 92.63 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 131 | 67 | 0 | 0.13 | 0.56 | 0.41 | 45.71 | 0.39 | 0.43 |
| Hex | 97 | 83 | 43 | 0 | D | 38 | 29 | 2E | 27 | 2B |
| Octal | 227 | 203 | 103 | 0 | 15 | 70 | 51 | 56 | 47 | 53 |
| Binary | 10010111 | 10000011 | 1000011 | 0 | 1101 | 111000 | 101001 | 101110 | 100111 | 101011 |
Color Harmonies of #978343
Complementary color
Monochromatic Colors of #978343
Black with #978343
Text Example
Text Example
White with #978343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978343; }
p { color: rgb(151,131,67); }
H1.HeaderClassName
{
color: #978343;
}
.AnyTagClassName
{
color: #978343;
}
</style>
background-color css
<style>
a { background-color: #978343; }
a { background-color: rgb(151,131,67); }
div.DivClassName
{
background-color: #978343;
}
.BgClassName
{
background-color: #978343;
}
</style>
border-color css
<style>
span { border-color: #978343; }
span { border-color: rgb(151,131,67); }
td.TdClassName
{
border-color: #978343;
}
.TagClassName
{
border-color: #978343;
}
</style>