Shades of Highball #968739
Tints of Highball #968739
RGB
CMYK
RGB Variations
Color information
#968739 (or 0x968739) is known color: Highball. HEX triplet: 96, 87 and 39. RGB value is (150,135,57). Sum of RGB (Red+Green+Blue) = 150+135+57=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #968739 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968739 is #6978C6. Grayscale: #828282. Windows color (decimal): -6912199 or 3770262. OLE color: 3770262.
HSL color Cylindrical-coordinate representation of color #968739: hue angle of 50.32º 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 #968739 is Cyan = 0, Magento = 0.1, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 135 | 57 | - |
| CMYK | 0 | 0.1 | 0.62 | 0.41 |
| HSL | 50.32º | 0.45% | 0.41% | - |
| HSV(B) | 50.32º | 0.62% | 0.59% | - |
| XYZ | 21.98 | 24.11 | 7.37 | - |
| YUV | 130.59 | 86.47 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 57 | 0 | 0.1 | 0.62 | 0.41 | 50.32 | 0.45 | 0.41 |
| Hex | 96 | 87 | 39 | 0 | A | 3E | 29 | 32 | 2D | 29 |
| Octal | 226 | 207 | 71 | 0 | 12 | 76 | 51 | 62 | 55 | 51 |
| Binary | 10010110 | 10000111 | 111001 | 0 | 1010 | 111110 | 101001 | 110010 | 101101 | 101001 |
Color Harmonies of #968739
Complementary color
Monochromatic Colors of #968739
Black with #968739
Text Example
Text Example
White with #968739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968739; }
p { color: rgb(150,135,57); }
H1.HeaderClassName
{
color: #968739;
}
.AnyTagClassName
{
color: #968739;
}
</style>
background-color css
<style>
a { background-color: #968739; }
a { background-color: rgb(150,135,57); }
div.DivClassName
{
background-color: #968739;
}
.BgClassName
{
background-color: #968739;
}
</style>
border-color css
<style>
span { border-color: #968739; }
span { border-color: rgb(150,135,57); }
td.TdClassName
{
border-color: #968739;
}
.TagClassName
{
border-color: #968739;
}
</style>