Shades of Highball #968F2E
Tints of Highball #968F2E
RGB
CMYK
RGB Variations
Color information
#968F2E (or 0x968F2E) is known color: Highball. HEX triplet: 96, 8F and 2E. RGB value is (150,143,46). Sum of RGB (Red+Green+Blue) = 150+143+46=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #968F2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968F2E is #6970D1. Grayscale: #868686. Windows color (decimal): -6910162 or 3051414. OLE color: 3051414.
HSL color Cylindrical-coordinate representation of color #968F2E: hue angle of 55.96º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #968F2E is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 143 | 46 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.41 |
| HSL | 55.96º | 0.53% | 0.38% | - |
| HSV(B) | 55.96º | 0.69% | 0.59% | - |
| XYZ | 22.89 | 26.33 | 6.46 | - |
| YUV | 134.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 143 | 46 | 0 | 0.05 | 0.69 | 0.41 | 55.96 | 0.53 | 0.38 |
| Hex | 96 | 8F | 2E | 0 | 5 | 45 | 29 | 38 | 35 | 26 |
| Octal | 226 | 217 | 56 | 0 | 5 | 105 | 51 | 70 | 65 | 46 |
| Binary | 10010110 | 10001111 | 101110 | 0 | 101 | 1000101 | 101001 | 111000 | 110101 | 100110 |
Color Harmonies of #968F2E
Complementary color
Monochromatic Colors of #968F2E
Black with #968F2E
Text Example
Text Example
White with #968F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968F2E; }
p { color: rgb(150,143,46); }
H1.HeaderClassName
{
color: #968F2E;
}
.AnyTagClassName
{
color: #968F2E;
}
</style>
background-color css
<style>
a { background-color: #968F2E; }
a { background-color: rgb(150,143,46); }
div.DivClassName
{
background-color: #968F2E;
}
.BgClassName
{
background-color: #968F2E;
}
</style>
border-color css
<style>
span { border-color: #968F2E; }
span { border-color: rgb(150,143,46); }
td.TdClassName
{
border-color: #968F2E;
}
.TagClassName
{
border-color: #968F2E;
}
</style>