Shades of Highball #968C4B
Tints of Highball #968C4B
RGB
CMYK
RGB Variations
Color information
#968C4B (or 0x968C4B) is known color: Highball. HEX triplet: 96, 8C and 4B. RGB value is (150,140,75). Sum of RGB (Red+Green+Blue) = 150+140+75=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #968C4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968C4B is #6973B4. Grayscale: #878787. Windows color (decimal): -6910901 or 4951190. OLE color: 4951190.
HSL color Cylindrical-coordinate representation of color #968C4B: hue angle of 52º 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 #968C4B is Cyan = 0, Magento = 0.07, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 140 | 75 | - |
| CMYK | 0 | 0.07 | 0.5 | 0.41 |
| HSL | 52º | 0.33% | 0.44% | - |
| HSV(B) | 52º | 0.5% | 0.59% | - |
| XYZ | 23.23 | 25.75 | 10.4 | - |
| YUV | 135.58 | 93.81 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 75 | 0 | 0.07 | 0.5 | 0.41 | 52 | 0.33 | 0.44 |
| Hex | 96 | 8C | 4B | 0 | 7 | 32 | 29 | 34 | 21 | 2C |
| Octal | 226 | 214 | 113 | 0 | 7 | 62 | 51 | 64 | 41 | 54 |
| Binary | 10010110 | 10001100 | 1001011 | 0 | 111 | 110010 | 101001 | 110100 | 100001 | 101100 |
Color Harmonies of #968C4B
Complementary color
Monochromatic Colors of #968C4B
Black with #968C4B
Text Example
Text Example
White with #968C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C4B; }
p { color: rgb(150,140,75); }
H1.HeaderClassName
{
color: #968C4B;
}
.AnyTagClassName
{
color: #968C4B;
}
</style>
background-color css
<style>
a { background-color: #968C4B; }
a { background-color: rgb(150,140,75); }
div.DivClassName
{
background-color: #968C4B;
}
.BgClassName
{
background-color: #968C4B;
}
</style>
border-color css
<style>
span { border-color: #968C4B; }
span { border-color: rgb(150,140,75); }
td.TdClassName
{
border-color: #968C4B;
}
.TagClassName
{
border-color: #968C4B;
}
</style>