Shades of Highball #968246
Tints of Highball #968246
RGB
CMYK
RGB Variations
Color information
#968246 (or 0x968246) is known color: Highball. HEX triplet: 96, 82 and 46. RGB value is (150,130,70). Sum of RGB (Red+Green+Blue) = 150+130+70=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #968246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968246 is #697DB9. Grayscale: #818181. Windows color (decimal): -6913466 or 4620950. OLE color: 4620950.
HSL color Cylindrical-coordinate representation of color #968246: hue angle of 45º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #968246 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 70 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.41 |
| HSL | 45º | 0.36% | 0.43% | - |
| HSV(B) | 45º | 0.53% | 0.59% | - |
| XYZ | 21.67 | 22.89 | 9.07 | - |
| YUV | 129.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 70 | 0 | 0.13 | 0.53 | 0.41 | 45 | 0.36 | 0.43 |
| Hex | 96 | 82 | 46 | 0 | D | 35 | 29 | 2D | 24 | 2B |
| Octal | 226 | 202 | 106 | 0 | 15 | 65 | 51 | 55 | 44 | 53 |
| Binary | 10010110 | 10000010 | 1000110 | 0 | 1101 | 110101 | 101001 | 101101 | 100100 | 101011 |
Color Harmonies of #968246
Complementary color
Monochromatic Colors of #968246
Black with #968246
Text Example
Text Example
White with #968246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968246; }
p { color: rgb(150,130,70); }
H1.HeaderClassName
{
color: #968246;
}
.AnyTagClassName
{
color: #968246;
}
</style>
background-color css
<style>
a { background-color: #968246; }
a { background-color: rgb(150,130,70); }
div.DivClassName
{
background-color: #968246;
}
.BgClassName
{
background-color: #968246;
}
</style>
border-color css
<style>
span { border-color: #968246; }
span { border-color: rgb(150,130,70); }
td.TdClassName
{
border-color: #968246;
}
.TagClassName
{
border-color: #968246;
}
</style>