Shades of Highball #968F42
Tints of Highball #968F42
RGB
CMYK
RGB Variations
Color information
#968F42 (or 0x968F42) is known color: Highball. HEX triplet: 96, 8F and 42. RGB value is (150,143,66). Sum of RGB (Red+Green+Blue) = 150+143+66=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #968F42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968F42 is #6970BD. Grayscale: #888888. Windows color (decimal): -6910142 or 4362134. OLE color: 4362134.
HSL color Cylindrical-coordinate representation of color #968F42: hue angle of 55º 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 #968F42 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 143 | 66 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.41 |
| HSL | 55º | 0.39% | 0.42% | - |
| HSV(B) | 55º | 0.56% | 0.59% | - |
| XYZ | 23.38 | 26.52 | 9.04 | - |
| YUV | 136.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 143 | 66 | 0 | 0.05 | 0.56 | 0.41 | 55 | 0.39 | 0.42 |
| Hex | 96 | 8F | 42 | 0 | 5 | 38 | 29 | 37 | 27 | 2A |
| Octal | 226 | 217 | 102 | 0 | 5 | 70 | 51 | 67 | 47 | 52 |
| Binary | 10010110 | 10001111 | 1000010 | 0 | 101 | 111000 | 101001 | 110111 | 100111 | 101010 |
Color Harmonies of #968F42
Complementary color
Monochromatic Colors of #968F42
Black with #968F42
Text Example
Text Example
White with #968F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968F42; }
p { color: rgb(150,143,66); }
H1.HeaderClassName
{
color: #968F42;
}
.AnyTagClassName
{
color: #968F42;
}
</style>
background-color css
<style>
a { background-color: #968F42; }
a { background-color: rgb(150,143,66); }
div.DivClassName
{
background-color: #968F42;
}
.BgClassName
{
background-color: #968F42;
}
</style>
border-color css
<style>
span { border-color: #968F42; }
span { border-color: rgb(150,143,66); }
td.TdClassName
{
border-color: #968F42;
}
.TagClassName
{
border-color: #968F42;
}
</style>