Shades of Highball #968A37
Tints of Highball #968A37
RGB
CMYK
RGB Variations
Color information
#968A37 (or 0x968A37) is known color: Highball. HEX triplet: 96, 8A and 37. RGB value is (150,138,55). Sum of RGB (Red+Green+Blue) = 150+138+55=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 55 (21.88% from 255 or 16.03% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #968A37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968A37 is #6975C8. Grayscale: #848484. Windows color (decimal): -6911433 or 3639958. OLE color: 3639958.
HSL color Cylindrical-coordinate representation of color #968A37: hue angle of 52.42º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #968A37 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 138 | 55 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.41 |
| HSL | 52.42º | 0.46% | 0.4% | - |
| HSV(B) | 52.42º | 0.63% | 0.59% | - |
| XYZ | 22.36 | 24.94 | 7.25 | - |
| YUV | 132.13 | 84.48 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 55 | 0 | 0.08 | 0.63 | 0.41 | 52.42 | 0.46 | 0.4 |
| Hex | 96 | 8A | 37 | 0 | 8 | 3F | 29 | 34 | 2E | 28 |
| Octal | 226 | 212 | 67 | 0 | 10 | 77 | 51 | 64 | 56 | 50 |
| Binary | 10010110 | 10001010 | 110111 | 0 | 1000 | 111111 | 101001 | 110100 | 101110 | 101000 |
Color Harmonies of #968A37
Complementary color
Monochromatic Colors of #968A37
Black with #968A37
Text Example
Text Example
White with #968A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968A37; }
p { color: rgb(150,138,55); }
H1.HeaderClassName
{
color: #968A37;
}
.AnyTagClassName
{
color: #968A37;
}
</style>
background-color css
<style>
a { background-color: #968A37; }
a { background-color: rgb(150,138,55); }
div.DivClassName
{
background-color: #968A37;
}
.BgClassName
{
background-color: #968A37;
}
</style>
border-color css
<style>
span { border-color: #968A37; }
span { border-color: rgb(150,138,55); }
td.TdClassName
{
border-color: #968A37;
}
.TagClassName
{
border-color: #968A37;
}
</style>