Shades of Highball #968740
Tints of Highball #968740
RGB
CMYK
RGB Variations
Color information
#968740 (or 0x968740) is known color: Highball. HEX triplet: 96, 87 and 40. RGB value is (150,135,64). Sum of RGB (Red+Green+Blue) = 150+135+64=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #968740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968740 is #6978BF. Grayscale: #838383. Windows color (decimal): -6912192 or 4229014. OLE color: 4229014.
HSL color Cylindrical-coordinate representation of color #968740: hue angle of 49.53º 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 #968740 is Cyan = 0, Magento = 0.1, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 135 | 64 | - |
| CMYK | 0 | 0.1 | 0.57 | 0.41 |
| HSL | 49.53º | 0.4% | 0.42% | - |
| HSV(B) | 49.53º | 0.57% | 0.59% | - |
| XYZ | 22.17 | 24.18 | 8.35 | - |
| YUV | 131.39 | 89.97 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 64 | 0 | 0.1 | 0.57 | 0.41 | 49.53 | 0.4 | 0.42 |
| Hex | 96 | 87 | 40 | 0 | A | 39 | 29 | 32 | 28 | 2A |
| Octal | 226 | 207 | 100 | 0 | 12 | 71 | 51 | 62 | 50 | 52 |
| Binary | 10010110 | 10000111 | 1000000 | 0 | 1010 | 111001 | 101001 | 110010 | 101000 | 101010 |
Color Harmonies of #968740
Complementary color
Monochromatic Colors of #968740
Black with #968740
Text Example
Text Example
White with #968740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968740; }
p { color: rgb(150,135,64); }
H1.HeaderClassName
{
color: #968740;
}
.AnyTagClassName
{
color: #968740;
}
</style>
background-color css
<style>
a { background-color: #968740; }
a { background-color: rgb(150,135,64); }
div.DivClassName
{
background-color: #968740;
}
.BgClassName
{
background-color: #968740;
}
</style>
border-color css
<style>
span { border-color: #968740; }
span { border-color: rgb(150,135,64); }
td.TdClassName
{
border-color: #968740;
}
.TagClassName
{
border-color: #968740;
}
</style>