Shades of Highball #96843D
Tints of Highball #96843D
RGB
CMYK
RGB Variations
Color information
#96843D (or 0x96843D) is known color: Highball. HEX triplet: 96, 84 and 3D. RGB value is (150,132,61). Sum of RGB (Red+Green+Blue) = 150+132+61=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #96843D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96843D is #697BC2. Grayscale: #818181. Windows color (decimal): -6912963 or 4031638. OLE color: 4031638.
HSL color Cylindrical-coordinate representation of color #96843D: hue angle of 47.87º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96843D is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 132 | 61 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.41 |
| HSL | 47.87º | 0.42% | 0.41% | - |
| HSV(B) | 47.87º | 0.59% | 0.59% | - |
| XYZ | 21.67 | 23.32 | 7.77 | - |
| YUV | 129.29 | 89.46 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 61 | 0 | 0.12 | 0.59 | 0.41 | 47.87 | 0.42 | 0.41 |
| Hex | 96 | 84 | 3D | 0 | C | 3B | 29 | 30 | 2A | 29 |
| Octal | 226 | 204 | 75 | 0 | 14 | 73 | 51 | 60 | 52 | 51 |
| Binary | 10010110 | 10000100 | 111101 | 0 | 1100 | 111011 | 101001 | 110000 | 101010 | 101001 |
Color Harmonies of #96843D
Complementary color
Monochromatic Colors of #96843D
Black with #96843D
Text Example
Text Example
White with #96843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96843D; }
p { color: rgb(150,132,61); }
H1.HeaderClassName
{
color: #96843D;
}
.AnyTagClassName
{
color: #96843D;
}
</style>
background-color css
<style>
a { background-color: #96843D; }
a { background-color: rgb(150,132,61); }
div.DivClassName
{
background-color: #96843D;
}
.BgClassName
{
background-color: #96843D;
}
</style>
border-color css
<style>
span { border-color: #96843D; }
span { border-color: rgb(150,132,61); }
td.TdClassName
{
border-color: #96843D;
}
.TagClassName
{
border-color: #96843D;
}
</style>