Shades of Highball #968936
Tints of Highball #968936
RGB
CMYK
RGB Variations
Color information
#968936 (or 0x968936) is known color: Highball. HEX triplet: 96, 89 and 36. RGB value is (150,137,54). Sum of RGB (Red+Green+Blue) = 150+137+54=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #968936 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968936 is #6976C9. Grayscale: #838383. Windows color (decimal): -6911690 or 3574166. OLE color: 3574166.
HSL color Cylindrical-coordinate representation of color #968936: hue angle of 51.88º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #968936 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 137 | 54 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.41 |
| HSL | 51.88º | 0.47% | 0.4% | - |
| HSV(B) | 51.88º | 0.64% | 0.59% | - |
| XYZ | 22.19 | 24.64 | 7.08 | - |
| YUV | 131.43 | 84.31 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 54 | 0 | 0.09 | 0.64 | 0.41 | 51.88 | 0.47 | 0.4 |
| Hex | 96 | 89 | 36 | 0 | 9 | 40 | 29 | 34 | 2F | 28 |
| Octal | 226 | 211 | 66 | 0 | 11 | 100 | 51 | 64 | 57 | 50 |
| Binary | 10010110 | 10001001 | 110110 | 0 | 1001 | 1000000 | 101001 | 110100 | 101111 | 101000 |
Color Harmonies of #968936
Complementary color
Monochromatic Colors of #968936
Black with #968936
Text Example
Text Example
White with #968936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968936; }
p { color: rgb(150,137,54); }
H1.HeaderClassName
{
color: #968936;
}
.AnyTagClassName
{
color: #968936;
}
</style>
background-color css
<style>
a { background-color: #968936; }
a { background-color: rgb(150,137,54); }
div.DivClassName
{
background-color: #968936;
}
.BgClassName
{
background-color: #968936;
}
</style>
border-color css
<style>
span { border-color: #968936; }
span { border-color: rgb(150,137,54); }
td.TdClassName
{
border-color: #968936;
}
.TagClassName
{
border-color: #968936;
}
</style>