Shades of Highball #968C46
Tints of Highball #968C46
RGB
CMYK
RGB Variations
Color information
#968C46 (or 0x968C46) is known color: Highball. HEX triplet: 96, 8C and 46. RGB value is (150,140,70). Sum of RGB (Red+Green+Blue) = 150+140+70=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #968C46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968C46 is #6973B9. Grayscale: #878787. Windows color (decimal): -6910906 or 4623510. OLE color: 4623510.
HSL color Cylindrical-coordinate representation of color #968C46: hue angle of 52.5º 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 #968C46 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 140 | 70 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.41 |
| HSL | 52.5º | 0.36% | 0.43% | - |
| HSV(B) | 52.5º | 0.53% | 0.59% | - |
| XYZ | 23.06 | 25.68 | 9.54 | - |
| YUV | 135.01 | 91.31 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 70 | 0 | 0.07 | 0.53 | 0.41 | 52.5 | 0.36 | 0.43 |
| Hex | 96 | 8C | 46 | 0 | 7 | 35 | 29 | 34 | 24 | 2B |
| Octal | 226 | 214 | 106 | 0 | 7 | 65 | 51 | 64 | 44 | 53 |
| Binary | 10010110 | 10001100 | 1000110 | 0 | 111 | 110101 | 101001 | 110100 | 100100 | 101011 |
Color Harmonies of #968C46
Complementary color
Monochromatic Colors of #968C46
Black with #968C46
Text Example
Text Example
White with #968C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C46; }
p { color: rgb(150,140,70); }
H1.HeaderClassName
{
color: #968C46;
}
.AnyTagClassName
{
color: #968C46;
}
</style>
background-color css
<style>
a { background-color: #968C46; }
a { background-color: rgb(150,140,70); }
div.DivClassName
{
background-color: #968C46;
}
.BgClassName
{
background-color: #968C46;
}
</style>
border-color css
<style>
span { border-color: #968C46; }
span { border-color: rgb(150,140,70); }
td.TdClassName
{
border-color: #968C46;
}
.TagClassName
{
border-color: #968C46;
}
</style>