Shades of Highball #968D51
Tints of Highball #968D51
RGB
CMYK
RGB Variations
Color information
#968D51 (or 0x968D51) is known color: Highball. HEX triplet: 96, 8D and 51. RGB value is (150,141,81). Sum of RGB (Red+Green+Blue) = 150+141+81=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #968D51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D51 is #6972AE. Grayscale: #898989. Windows color (decimal): -6910639 or 5344662. OLE color: 5344662.
HSL color Cylindrical-coordinate representation of color #968D51: hue angle of 52.17º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #968D51 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 141 | 81 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.41 |
| HSL | 52.17º | 0.3% | 0.45% | - |
| HSV(B) | 52.17º | 0.46% | 0.59% | - |
| XYZ | 23.59 | 26.13 | 11.58 | - |
| YUV | 136.85 | 96.48 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 81 | 0 | 0.06 | 0.46 | 0.41 | 52.17 | 0.3 | 0.45 |
| Hex | 96 | 8D | 51 | 0 | 6 | 2E | 29 | 34 | 1E | 2D |
| Octal | 226 | 215 | 121 | 0 | 6 | 56 | 51 | 64 | 36 | 55 |
| Binary | 10010110 | 10001101 | 1010001 | 0 | 110 | 101110 | 101001 | 110100 | 11110 | 101101 |
Color Harmonies of #968D51
Complementary color
Monochromatic Colors of #968D51
Black with #968D51
Text Example
Text Example
White with #968D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968D51; }
p { color: rgb(150,141,81); }
H1.HeaderClassName
{
color: #968D51;
}
.AnyTagClassName
{
color: #968D51;
}
</style>
background-color css
<style>
a { background-color: #968D51; }
a { background-color: rgb(150,141,81); }
div.DivClassName
{
background-color: #968D51;
}
.BgClassName
{
background-color: #968D51;
}
</style>
border-color css
<style>
span { border-color: #968D51; }
span { border-color: rgb(150,141,81); }
td.TdClassName
{
border-color: #968D51;
}
.TagClassName
{
border-color: #968D51;
}
</style>