Shades of Highball #96853E
Tints of Highball #96853E
RGB
CMYK
RGB Variations
Color information
#96853E (or 0x96853E) is known color: Highball. HEX triplet: 96, 85 and 3E. RGB value is (150,133,62). Sum of RGB (Red+Green+Blue) = 150+133+62=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #96853E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96853E is #697AC1. Grayscale: #828282. Windows color (decimal): -6912706 or 4097430. OLE color: 4097430.
HSL color Cylindrical-coordinate representation of color #96853E: hue angle of 48.41º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96853E is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 133 | 62 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.41 |
| HSL | 48.41º | 0.42% | 0.42% | - |
| HSV(B) | 48.41º | 0.59% | 0.59% | - |
| XYZ | 21.83 | 23.61 | 7.96 | - |
| YUV | 129.99 | 89.63 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 62 | 0 | 0.11 | 0.59 | 0.41 | 48.41 | 0.42 | 0.42 |
| Hex | 96 | 85 | 3E | 0 | B | 3B | 29 | 30 | 2A | 2A |
| Octal | 226 | 205 | 76 | 0 | 13 | 73 | 51 | 60 | 52 | 52 |
| Binary | 10010110 | 10000101 | 111110 | 0 | 1011 | 111011 | 101001 | 110000 | 101010 | 101010 |
Color Harmonies of #96853E
Complementary color
Monochromatic Colors of #96853E
Black with #96853E
Text Example
Text Example
White with #96853E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96853E; }
p { color: rgb(150,133,62); }
H1.HeaderClassName
{
color: #96853E;
}
.AnyTagClassName
{
color: #96853E;
}
</style>
background-color css
<style>
a { background-color: #96853E; }
a { background-color: rgb(150,133,62); }
div.DivClassName
{
background-color: #96853E;
}
.BgClassName
{
background-color: #96853E;
}
</style>
border-color css
<style>
span { border-color: #96853E; }
span { border-color: rgb(150,133,62); }
td.TdClassName
{
border-color: #96853E;
}
.TagClassName
{
border-color: #96853E;
}
</style>