Shades of Highball #968C3F
Tints of Highball #968C3F
RGB
CMYK
RGB Variations
Color information
#968C3F (or 0x968C3F) is known color: Highball. HEX triplet: 96, 8C and 3F. RGB value is (150,140,63). Sum of RGB (Red+Green+Blue) = 150+140+63=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #968C3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968C3F is #6973C0. Grayscale: #868686. Windows color (decimal): -6910913 or 4164758. OLE color: 4164758.
HSL color Cylindrical-coordinate representation of color #968C3F: hue angle of 53.1º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #968C3F is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 140 | 63 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.41 |
| HSL | 53.1º | 0.41% | 0.42% | - |
| HSV(B) | 53.1º | 0.58% | 0.59% | - |
| XYZ | 22.85 | 25.6 | 8.44 | - |
| YUV | 134.21 | 87.81 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 63 | 0 | 0.07 | 0.58 | 0.41 | 53.1 | 0.41 | 0.42 |
| Hex | 96 | 8C | 3F | 0 | 7 | 3A | 29 | 35 | 29 | 2A |
| Octal | 226 | 214 | 77 | 0 | 7 | 72 | 51 | 65 | 51 | 52 |
| Binary | 10010110 | 10001100 | 111111 | 0 | 111 | 111010 | 101001 | 110101 | 101001 | 101010 |
Color Harmonies of #968C3F
Complementary color
Monochromatic Colors of #968C3F
Black with #968C3F
Text Example
Text Example
White with #968C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C3F; }
p { color: rgb(150,140,63); }
H1.HeaderClassName
{
color: #968C3F;
}
.AnyTagClassName
{
color: #968C3F;
}
</style>
background-color css
<style>
a { background-color: #968C3F; }
a { background-color: rgb(150,140,63); }
div.DivClassName
{
background-color: #968C3F;
}
.BgClassName
{
background-color: #968C3F;
}
</style>
border-color css
<style>
span { border-color: #968C3F; }
span { border-color: rgb(150,140,63); }
td.TdClassName
{
border-color: #968C3F;
}
.TagClassName
{
border-color: #968C3F;
}
</style>