Shades of Highball #968D4B
Tints of Highball #968D4B
RGB
CMYK
RGB Variations
Color information
#968D4B (or 0x968D4B) is known color: Highball. HEX triplet: 96, 8D and 4B. RGB value is (150,141,75). Sum of RGB (Red+Green+Blue) = 150+141+75=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #968D4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968D4B is #6972B4. Grayscale: #888888. Windows color (decimal): -6910645 or 4951446. OLE color: 4951446.
HSL color Cylindrical-coordinate representation of color #968D4B: hue angle of 52.8º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #968D4B is Cyan = 0, Magento = 0.06, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 141 | 75 | - |
| CMYK | 0 | 0.06 | 0.5 | 0.41 |
| HSL | 52.8º | 0.33% | 0.44% | - |
| HSV(B) | 52.8º | 0.5% | 0.59% | - |
| XYZ | 23.37 | 26.04 | 10.45 | - |
| YUV | 136.17 | 93.48 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 75 | 0 | 0.06 | 0.5 | 0.41 | 52.8 | 0.33 | 0.44 |
| Hex | 96 | 8D | 4B | 0 | 6 | 32 | 29 | 35 | 21 | 2C |
| Octal | 226 | 215 | 113 | 0 | 6 | 62 | 51 | 65 | 41 | 54 |
| Binary | 10010110 | 10001101 | 1001011 | 0 | 110 | 110010 | 101001 | 110101 | 100001 | 101100 |
Color Harmonies of #968D4B
Complementary color
Monochromatic Colors of #968D4B
Black with #968D4B
Text Example
Text Example
White with #968D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968D4B; }
p { color: rgb(150,141,75); }
H1.HeaderClassName
{
color: #968D4B;
}
.AnyTagClassName
{
color: #968D4B;
}
</style>
background-color css
<style>
a { background-color: #968D4B; }
a { background-color: rgb(150,141,75); }
div.DivClassName
{
background-color: #968D4B;
}
.BgClassName
{
background-color: #968D4B;
}
</style>
border-color css
<style>
span { border-color: #968D4B; }
span { border-color: rgb(150,141,75); }
td.TdClassName
{
border-color: #968D4B;
}
.TagClassName
{
border-color: #968D4B;
}
</style>