Shades of Highball #968D4E
Tints of Highball #968D4E
RGB
CMYK
RGB Variations
Color information
#968D4E (or 0x968D4E) is known color: Highball. HEX triplet: 96, 8D and 4E. RGB value is (150,141,78). Sum of RGB (Red+Green+Blue) = 150+141+78=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #968D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D4E is #6972B1. Grayscale: #888888. Windows color (decimal): -6910642 or 5148054. OLE color: 5148054.
HSL color Cylindrical-coordinate representation of color #968D4E: hue angle of 52.5º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #968D4E is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 141 | 78 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.41 |
| HSL | 52.5º | 0.32% | 0.45% | - |
| HSV(B) | 52.5º | 0.48% | 0.59% | - |
| XYZ | 23.48 | 26.08 | 11.01 | - |
| YUV | 136.51 | 94.98 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 78 | 0 | 0.06 | 0.48 | 0.41 | 52.5 | 0.32 | 0.45 |
| Hex | 96 | 8D | 4E | 0 | 6 | 30 | 29 | 34 | 20 | 2D |
| Octal | 226 | 215 | 116 | 0 | 6 | 60 | 51 | 64 | 40 | 55 |
| Binary | 10010110 | 10001101 | 1001110 | 0 | 110 | 110000 | 101001 | 110100 | 100000 | 101101 |
Color Harmonies of #968D4E
Complementary color
Monochromatic Colors of #968D4E
Black with #968D4E
Text Example
Text Example
White with #968D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968D4E; }
p { color: rgb(150,141,78); }
H1.HeaderClassName
{
color: #968D4E;
}
.AnyTagClassName
{
color: #968D4E;
}
</style>
background-color css
<style>
a { background-color: #968D4E; }
a { background-color: rgb(150,141,78); }
div.DivClassName
{
background-color: #968D4E;
}
.BgClassName
{
background-color: #968D4E;
}
</style>
border-color css
<style>
span { border-color: #968D4E; }
span { border-color: rgb(150,141,78); }
td.TdClassName
{
border-color: #968D4E;
}
.TagClassName
{
border-color: #968D4E;
}
</style>