Shades of Highball #96883F
Tints of Highball #96883F
RGB
CMYK
RGB Variations
Color information
#96883F (or 0x96883F) is known color: Highball. HEX triplet: 96, 88 and 3F. RGB value is (150,136,63). Sum of RGB (Red+Green+Blue) = 150+136+63=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #96883F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96883F is #6977C0. Grayscale: #848484. Windows color (decimal): -6911937 or 4163734. OLE color: 4163734.
HSL color Cylindrical-coordinate representation of color #96883F: hue angle of 50.34º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96883F is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 63 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.41 |
| HSL | 50.34º | 0.41% | 0.42% | - |
| HSV(B) | 50.34º | 0.58% | 0.59% | - |
| XYZ | 22.28 | 24.45 | 8.25 | - |
| YUV | 131.86 | 89.14 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 63 | 0 | 0.09 | 0.58 | 0.41 | 50.34 | 0.41 | 0.42 |
| Hex | 96 | 88 | 3F | 0 | 9 | 3A | 29 | 32 | 29 | 2A |
| Octal | 226 | 210 | 77 | 0 | 11 | 72 | 51 | 62 | 51 | 52 |
| Binary | 10010110 | 10001000 | 111111 | 0 | 1001 | 111010 | 101001 | 110010 | 101001 | 101010 |
Color Harmonies of #96883F
Complementary color
Monochromatic Colors of #96883F
Black with #96883F
Text Example
Text Example
White with #96883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96883F; }
p { color: rgb(150,136,63); }
H1.HeaderClassName
{
color: #96883F;
}
.AnyTagClassName
{
color: #96883F;
}
</style>
background-color css
<style>
a { background-color: #96883F; }
a { background-color: rgb(150,136,63); }
div.DivClassName
{
background-color: #96883F;
}
.BgClassName
{
background-color: #96883F;
}
</style>
border-color css
<style>
span { border-color: #96883F; }
span { border-color: rgb(150,136,63); }
td.TdClassName
{
border-color: #96883F;
}
.TagClassName
{
border-color: #96883F;
}
</style>