Shades of Highball #968B40
Tints of Highball #968B40
RGB
CMYK
RGB Variations
Color information
#968B40 (or 0x968B40) is known color: Highball. HEX triplet: 96, 8B and 40. RGB value is (150,139,64). Sum of RGB (Red+Green+Blue) = 150+139+64=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #968B40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968B40 is #6974BF. Grayscale: #868686. Windows color (decimal): -6911168 or 4230038. OLE color: 4230038.
HSL color Cylindrical-coordinate representation of color #968B40: hue angle of 52.33º 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 #968B40 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 139 | 64 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.41 |
| HSL | 52.33º | 0.4% | 0.42% | - |
| HSV(B) | 52.33º | 0.57% | 0.59% | - |
| XYZ | 22.74 | 25.32 | 8.54 | - |
| YUV | 133.74 | 88.64 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 64 | 0 | 0.07 | 0.57 | 0.41 | 52.33 | 0.4 | 0.42 |
| Hex | 96 | 8B | 40 | 0 | 7 | 39 | 29 | 34 | 28 | 2A |
| Octal | 226 | 213 | 100 | 0 | 7 | 71 | 51 | 64 | 50 | 52 |
| Binary | 10010110 | 10001011 | 1000000 | 0 | 111 | 111001 | 101001 | 110100 | 101000 | 101010 |
Color Harmonies of #968B40
Complementary color
Monochromatic Colors of #968B40
Black with #968B40
Text Example
Text Example
White with #968B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968B40; }
p { color: rgb(150,139,64); }
H1.HeaderClassName
{
color: #968B40;
}
.AnyTagClassName
{
color: #968B40;
}
</style>
background-color css
<style>
a { background-color: #968B40; }
a { background-color: rgb(150,139,64); }
div.DivClassName
{
background-color: #968B40;
}
.BgClassName
{
background-color: #968B40;
}
</style>
border-color css
<style>
span { border-color: #968B40; }
span { border-color: rgb(150,139,64); }
td.TdClassName
{
border-color: #968B40;
}
.TagClassName
{
border-color: #968B40;
}
</style>