Shades of Highball #968E3C
Tints of Highball #968E3C
RGB
CMYK
RGB Variations
Color information
#968E3C (or 0x968E3C) is known color: Highball. HEX triplet: 96, 8E and 3C. RGB value is (150,142,60). Sum of RGB (Red+Green+Blue) = 150+142+60=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #968E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968E3C is #6971C3. Grayscale: #878787. Windows color (decimal): -6910404 or 3968662. OLE color: 3968662.
HSL color Cylindrical-coordinate representation of color #968E3C: hue angle of 54.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #968E3C is Cyan = 0, Magento = 0.05, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 60 | - |
| CMYK | 0 | 0.05 | 0.6 | 0.41 |
| HSL | 54.67º | 0.43% | 0.41% | - |
| HSV(B) | 54.67º | 0.6% | 0.59% | - |
| XYZ | 23.07 | 26.16 | 8.11 | - |
| YUV | 135.04 | 85.65 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 60 | 0 | 0.05 | 0.6 | 0.41 | 54.67 | 0.43 | 0.41 |
| Hex | 96 | 8E | 3C | 0 | 5 | 3C | 29 | 37 | 2B | 29 |
| Octal | 226 | 216 | 74 | 0 | 5 | 74 | 51 | 67 | 53 | 51 |
| Binary | 10010110 | 10001110 | 111100 | 0 | 101 | 111100 | 101001 | 110111 | 101011 | 101001 |
Color Harmonies of #968E3C
Complementary color
Monochromatic Colors of #968E3C
Black with #968E3C
Text Example
Text Example
White with #968E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E3C; }
p { color: rgb(150,142,60); }
H1.HeaderClassName
{
color: #968E3C;
}
.AnyTagClassName
{
color: #968E3C;
}
</style>
background-color css
<style>
a { background-color: #968E3C; }
a { background-color: rgb(150,142,60); }
div.DivClassName
{
background-color: #968E3C;
}
.BgClassName
{
background-color: #968E3C;
}
</style>
border-color css
<style>
span { border-color: #968E3C; }
span { border-color: rgb(150,142,60); }
td.TdClassName
{
border-color: #968E3C;
}
.TagClassName
{
border-color: #968E3C;
}
</style>