Shades of Highball #968C39
Tints of Highball #968C39
RGB
CMYK
RGB Variations
Color information
#968C39 (or 0x968C39) is known color: Highball. HEX triplet: 96, 8C and 39. RGB value is (150,140,57). Sum of RGB (Red+Green+Blue) = 150+140+57=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #968C39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968C39 is #6973C6. Grayscale: #858585. Windows color (decimal): -6910919 or 3771542. OLE color: 3771542.
HSL color Cylindrical-coordinate representation of color #968C39: hue angle of 53.55º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #968C39 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 140 | 57 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.41 |
| HSL | 53.55º | 0.45% | 0.41% | - |
| HSV(B) | 53.55º | 0.62% | 0.59% | - |
| XYZ | 22.69 | 25.54 | 7.6 | - |
| YUV | 133.53 | 84.81 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 57 | 0 | 0.07 | 0.62 | 0.41 | 53.55 | 0.45 | 0.41 |
| Hex | 96 | 8C | 39 | 0 | 7 | 3E | 29 | 36 | 2D | 29 |
| Octal | 226 | 214 | 71 | 0 | 7 | 76 | 51 | 66 | 55 | 51 |
| Binary | 10010110 | 10001100 | 111001 | 0 | 111 | 111110 | 101001 | 110110 | 101101 | 101001 |
Color Harmonies of #968C39
Complementary color
Monochromatic Colors of #968C39
Black with #968C39
Text Example
Text Example
White with #968C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C39; }
p { color: rgb(150,140,57); }
H1.HeaderClassName
{
color: #968C39;
}
.AnyTagClassName
{
color: #968C39;
}
</style>
background-color css
<style>
a { background-color: #968C39; }
a { background-color: rgb(150,140,57); }
div.DivClassName
{
background-color: #968C39;
}
.BgClassName
{
background-color: #968C39;
}
</style>
border-color css
<style>
span { border-color: #968C39; }
span { border-color: rgb(150,140,57); }
td.TdClassName
{
border-color: #968C39;
}
.TagClassName
{
border-color: #968C39;
}
</style>