Shades of Highball #96803A
Tints of Highball #96803A
RGB
CMYK
RGB Variations
Color information
#96803A (or 0x96803A) is known color: Highball. HEX triplet: 96, 80 and 3A. RGB value is (150,128,58). Sum of RGB (Red+Green+Blue) = 150+128+58=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #96803A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96803A is #697FC5. Grayscale: #7E7E7E. Windows color (decimal): -6913990 or 3834006. OLE color: 3834006.
HSL color Cylindrical-coordinate representation of color #96803A: hue angle of 45.65º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96803A is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 128 | 58 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.41 |
| HSL | 45.65º | 0.44% | 0.41% | - |
| HSV(B) | 45.65º | 0.61% | 0.59% | - |
| XYZ | 21.06 | 22.23 | 7.18 | - |
| YUV | 126.6 | 89.29 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 58 | 0 | 0.15 | 0.61 | 0.41 | 45.65 | 0.44 | 0.41 |
| Hex | 96 | 80 | 3A | 0 | F | 3D | 29 | 2E | 2C | 29 |
| Octal | 226 | 200 | 72 | 0 | 17 | 75 | 51 | 56 | 54 | 51 |
| Binary | 10010110 | 10000000 | 111010 | 0 | 1111 | 111101 | 101001 | 101110 | 101100 | 101001 |
Color Harmonies of #96803A
Complementary color
Monochromatic Colors of #96803A
Black with #96803A
Text Example
Text Example
White with #96803A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96803A; }
p { color: rgb(150,128,58); }
H1.HeaderClassName
{
color: #96803A;
}
.AnyTagClassName
{
color: #96803A;
}
</style>
background-color css
<style>
a { background-color: #96803A; }
a { background-color: rgb(150,128,58); }
div.DivClassName
{
background-color: #96803A;
}
.BgClassName
{
background-color: #96803A;
}
</style>
border-color css
<style>
span { border-color: #96803A; }
span { border-color: rgb(150,128,58); }
td.TdClassName
{
border-color: #96803A;
}
.TagClassName
{
border-color: #96803A;
}
</style>