Shades of Highball #968239
Tints of Highball #968239
RGB
CMYK
RGB Variations
Color information
#968239 (or 0x968239) is known color: Highball. HEX triplet: 96, 82 and 39. RGB value is (150,130,57). Sum of RGB (Red+Green+Blue) = 150+130+57=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #968239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968239 is #697DC6. Grayscale: #7F7F7F. Windows color (decimal): -6913479 or 3768982. OLE color: 3768982.
HSL color Cylindrical-coordinate representation of color #968239: hue angle of 47.1º 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 #968239 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 57 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.41 |
| HSL | 47.1º | 0.45% | 0.41% | - |
| HSV(B) | 47.1º | 0.62% | 0.59% | - |
| XYZ | 21.3 | 22.74 | 7.14 | - |
| YUV | 127.66 | 88.13 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 57 | 0 | 0.13 | 0.62 | 0.41 | 47.1 | 0.45 | 0.41 |
| Hex | 96 | 82 | 39 | 0 | D | 3E | 29 | 2F | 2D | 29 |
| Octal | 226 | 202 | 71 | 0 | 15 | 76 | 51 | 57 | 55 | 51 |
| Binary | 10010110 | 10000010 | 111001 | 0 | 1101 | 111110 | 101001 | 101111 | 101101 | 101001 |
Color Harmonies of #968239
Complementary color
Monochromatic Colors of #968239
Black with #968239
Text Example
Text Example
White with #968239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968239; }
p { color: rgb(150,130,57); }
H1.HeaderClassName
{
color: #968239;
}
.AnyTagClassName
{
color: #968239;
}
</style>
background-color css
<style>
a { background-color: #968239; }
a { background-color: rgb(150,130,57); }
div.DivClassName
{
background-color: #968239;
}
.BgClassName
{
background-color: #968239;
}
</style>
border-color css
<style>
span { border-color: #968239; }
span { border-color: rgb(150,130,57); }
td.TdClassName
{
border-color: #968239;
}
.TagClassName
{
border-color: #968239;
}
</style>