Shades of Highball #968842
Tints of Highball #968842
RGB
CMYK
RGB Variations
Color information
#968842 (or 0x968842) is known color: Highball. HEX triplet: 96, 88 and 42. RGB value is (150,136,66). Sum of RGB (Red+Green+Blue) = 150+136+66=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #968842 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968842 is #6977BD. Grayscale: #848484. Windows color (decimal): -6911934 or 4360342. OLE color: 4360342.
HSL color Cylindrical-coordinate representation of color #968842: hue angle of 50º 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 #968842 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 66 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.41 |
| HSL | 50º | 0.39% | 0.42% | - |
| HSV(B) | 50º | 0.56% | 0.59% | - |
| XYZ | 22.37 | 24.49 | 8.7 | - |
| YUV | 132.21 | 90.64 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 66 | 0 | 0.09 | 0.56 | 0.41 | 50 | 0.39 | 0.42 |
| Hex | 96 | 88 | 42 | 0 | 9 | 38 | 29 | 32 | 27 | 2A |
| Octal | 226 | 210 | 102 | 0 | 11 | 70 | 51 | 62 | 47 | 52 |
| Binary | 10010110 | 10001000 | 1000010 | 0 | 1001 | 111000 | 101001 | 110010 | 100111 | 101010 |
Color Harmonies of #968842
Complementary color
Monochromatic Colors of #968842
Black with #968842
Text Example
Text Example
White with #968842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968842; }
p { color: rgb(150,136,66); }
H1.HeaderClassName
{
color: #968842;
}
.AnyTagClassName
{
color: #968842;
}
</style>
background-color css
<style>
a { background-color: #968842; }
a { background-color: rgb(150,136,66); }
div.DivClassName
{
background-color: #968842;
}
.BgClassName
{
background-color: #968842;
}
</style>
border-color css
<style>
span { border-color: #968842; }
span { border-color: rgb(150,136,66); }
td.TdClassName
{
border-color: #968842;
}
.TagClassName
{
border-color: #968842;
}
</style>