Shades of Highball #96863C
Tints of Highball #96863C
RGB
CMYK
RGB Variations
Color information
#96863C (or 0x96863C) is known color: Highball. HEX triplet: 96, 86 and 3C. RGB value is (150,134,60). Sum of RGB (Red+Green+Blue) = 150+134+60=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96863C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96863C is #6979C3. Grayscale: #828282. Windows color (decimal): -6912452 or 3966614. OLE color: 3966614.
HSL color Cylindrical-coordinate representation of color #96863C: hue angle of 49.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96863C is Cyan = 0, Magento = 0.11, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 134 | 60 | - |
| CMYK | 0 | 0.11 | 0.6 | 0.41 |
| HSL | 49.33º | 0.43% | 0.41% | - |
| HSV(B) | 49.33º | 0.6% | 0.59% | - |
| XYZ | 21.92 | 23.86 | 7.73 | - |
| YUV | 130.35 | 88.3 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 60 | 0 | 0.11 | 0.6 | 0.41 | 49.33 | 0.43 | 0.41 |
| Hex | 96 | 86 | 3C | 0 | B | 3C | 29 | 31 | 2B | 29 |
| Octal | 226 | 206 | 74 | 0 | 13 | 74 | 51 | 61 | 53 | 51 |
| Binary | 10010110 | 10000110 | 111100 | 0 | 1011 | 111100 | 101001 | 110001 | 101011 | 101001 |
Color Harmonies of #96863C
Complementary color
Monochromatic Colors of #96863C
Black with #96863C
Text Example
Text Example
White with #96863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96863C; }
p { color: rgb(150,134,60); }
H1.HeaderClassName
{
color: #96863C;
}
.AnyTagClassName
{
color: #96863C;
}
</style>
background-color css
<style>
a { background-color: #96863C; }
a { background-color: rgb(150,134,60); }
div.DivClassName
{
background-color: #96863C;
}
.BgClassName
{
background-color: #96863C;
}
</style>
border-color css
<style>
span { border-color: #96863C; }
span { border-color: rgb(150,134,60); }
td.TdClassName
{
border-color: #96863C;
}
.TagClassName
{
border-color: #96863C;
}
</style>