Shades of Highball #96883A
Tints of Highball #96883A
RGB
CMYK
RGB Variations
Color information
#96883A (or 0x96883A) is known color: Highball. HEX triplet: 96, 88 and 3A. RGB value is (150,136,58). Sum of RGB (Red+Green+Blue) = 150+136+58=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96883A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96883A is #6977C5. Grayscale: #838383. Windows color (decimal): -6911942 or 3836054. OLE color: 3836054.
HSL color Cylindrical-coordinate representation of color #96883A: hue angle of 50.87º 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 #96883A is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 58 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.41 |
| HSL | 50.87º | 0.44% | 0.41% | - |
| HSV(B) | 50.87º | 0.61% | 0.59% | - |
| XYZ | 22.15 | 24.4 | 7.55 | - |
| YUV | 131.29 | 86.64 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 58 | 0 | 0.09 | 0.61 | 0.41 | 50.87 | 0.44 | 0.41 |
| Hex | 96 | 88 | 3A | 0 | 9 | 3D | 29 | 33 | 2C | 29 |
| Octal | 226 | 210 | 72 | 0 | 11 | 75 | 51 | 63 | 54 | 51 |
| Binary | 10010110 | 10001000 | 111010 | 0 | 1001 | 111101 | 101001 | 110011 | 101100 | 101001 |
Color Harmonies of #96883A
Complementary color
Monochromatic Colors of #96883A
Black with #96883A
Text Example
Text Example
White with #96883A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96883A; }
p { color: rgb(150,136,58); }
H1.HeaderClassName
{
color: #96883A;
}
.AnyTagClassName
{
color: #96883A;
}
</style>
background-color css
<style>
a { background-color: #96883A; }
a { background-color: rgb(150,136,58); }
div.DivClassName
{
background-color: #96883A;
}
.BgClassName
{
background-color: #96883A;
}
</style>
border-color css
<style>
span { border-color: #96883A; }
span { border-color: rgb(150,136,58); }
td.TdClassName
{
border-color: #96883A;
}
.TagClassName
{
border-color: #96883A;
}
</style>