Shades of Highball #968D4A
Tints of Highball #968D4A
RGB
CMYK
RGB Variations
Color information
#968D4A (or 0x968D4A) is known color: Highball. HEX triplet: 96, 8D and 4A. RGB value is (150,141,74). Sum of RGB (Red+Green+Blue) = 150+141+74=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #968D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968D4A is #6972B5. Grayscale: #888888. Windows color (decimal): -6910646 or 4885910. OLE color: 4885910.
HSL color Cylindrical-coordinate representation of color #968D4A: hue angle of 52.89º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #968D4A is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 141 | 74 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.41 |
| HSL | 52.89º | 0.34% | 0.44% | - |
| HSV(B) | 52.89º | 0.51% | 0.59% | - |
| XYZ | 23.34 | 26.03 | 10.27 | - |
| YUV | 136.05 | 92.98 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 74 | 0 | 0.06 | 0.51 | 0.41 | 52.89 | 0.34 | 0.44 |
| Hex | 96 | 8D | 4A | 0 | 6 | 33 | 29 | 35 | 22 | 2C |
| Octal | 226 | 215 | 112 | 0 | 6 | 63 | 51 | 65 | 42 | 54 |
| Binary | 10010110 | 10001101 | 1001010 | 0 | 110 | 110011 | 101001 | 110101 | 100010 | 101100 |
Color Harmonies of #968D4A
Complementary color
Monochromatic Colors of #968D4A
Black with #968D4A
Text Example
Text Example
White with #968D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968D4A; }
p { color: rgb(150,141,74); }
H1.HeaderClassName
{
color: #968D4A;
}
.AnyTagClassName
{
color: #968D4A;
}
</style>
background-color css
<style>
a { background-color: #968D4A; }
a { background-color: rgb(150,141,74); }
div.DivClassName
{
background-color: #968D4A;
}
.BgClassName
{
background-color: #968D4A;
}
</style>
border-color css
<style>
span { border-color: #968D4A; }
span { border-color: rgb(150,141,74); }
td.TdClassName
{
border-color: #968D4A;
}
.TagClassName
{
border-color: #968D4A;
}
</style>