Shades of Highball #968140
Tints of Highball #968140
RGB
CMYK
RGB Variations
Color information
#968140 (or 0x968140) is known color: Highball. HEX triplet: 96, 81 and 40. RGB value is (150,129,64). Sum of RGB (Red+Green+Blue) = 150+129+64=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #968140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968140 is #697EBF. Grayscale: #808080. Windows color (decimal): -6913728 or 4227478. OLE color: 4227478.
HSL color Cylindrical-coordinate representation of color #968140: hue angle of 45.35º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #968140 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 129 | 64 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.41 |
| HSL | 45.35º | 0.4% | 0.42% | - |
| HSV(B) | 45.35º | 0.57% | 0.59% | - |
| XYZ | 21.35 | 22.55 | 8.08 | - |
| YUV | 127.87 | 91.96 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 129 | 64 | 0 | 0.14 | 0.57 | 0.41 | 45.35 | 0.4 | 0.42 |
| Hex | 96 | 81 | 40 | 0 | E | 39 | 29 | 2D | 28 | 2A |
| Octal | 226 | 201 | 100 | 0 | 16 | 71 | 51 | 55 | 50 | 52 |
| Binary | 10010110 | 10000001 | 1000000 | 0 | 1110 | 111001 | 101001 | 101101 | 101000 | 101010 |
Color Harmonies of #968140
Complementary color
Monochromatic Colors of #968140
Black with #968140
Text Example
Text Example
White with #968140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968140; }
p { color: rgb(150,129,64); }
H1.HeaderClassName
{
color: #968140;
}
.AnyTagClassName
{
color: #968140;
}
</style>
background-color css
<style>
a { background-color: #968140; }
a { background-color: rgb(150,129,64); }
div.DivClassName
{
background-color: #968140;
}
.BgClassName
{
background-color: #968140;
}
</style>
border-color css
<style>
span { border-color: #968140; }
span { border-color: rgb(150,129,64); }
td.TdClassName
{
border-color: #968140;
}
.TagClassName
{
border-color: #968140;
}
</style>