Shades of Highball #968D42
Tints of Highball #968D42
RGB
CMYK
RGB Variations
Color information
#968D42 (or 0x968D42) is known color: Highball. HEX triplet: 96, 8D and 42. RGB value is (150,141,66). Sum of RGB (Red+Green+Blue) = 150+141+66=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #968D42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968D42 is #6972BD. Grayscale: #878787. Windows color (decimal): -6910654 or 4361622. OLE color: 4361622.
HSL color Cylindrical-coordinate representation of color #968D42: hue angle of 53.57º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #968D42 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 141 | 66 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.41 |
| HSL | 53.57º | 0.39% | 0.42% | - |
| HSV(B) | 53.57º | 0.56% | 0.59% | - |
| XYZ | 23.09 | 25.93 | 8.94 | - |
| YUV | 135.14 | 88.98 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 66 | 0 | 0.06 | 0.56 | 0.41 | 53.57 | 0.39 | 0.42 |
| Hex | 96 | 8D | 42 | 0 | 6 | 38 | 29 | 36 | 27 | 2A |
| Octal | 226 | 215 | 102 | 0 | 6 | 70 | 51 | 66 | 47 | 52 |
| Binary | 10010110 | 10001101 | 1000010 | 0 | 110 | 111000 | 101001 | 110110 | 100111 | 101010 |
Color Harmonies of #968D42
Complementary color
Monochromatic Colors of #968D42
Black with #968D42
Text Example
Text Example
White with #968D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968D42; }
p { color: rgb(150,141,66); }
H1.HeaderClassName
{
color: #968D42;
}
.AnyTagClassName
{
color: #968D42;
}
</style>
background-color css
<style>
a { background-color: #968D42; }
a { background-color: rgb(150,141,66); }
div.DivClassName
{
background-color: #968D42;
}
.BgClassName
{
background-color: #968D42;
}
</style>
border-color css
<style>
span { border-color: #968D42; }
span { border-color: rgb(150,141,66); }
td.TdClassName
{
border-color: #968D42;
}
.TagClassName
{
border-color: #968D42;
}
</style>