Shades of Highball #96843C
Tints of Highball #96843C
RGB
CMYK
RGB Variations
Color information
#96843C (or 0x96843C) is known color: Highball. HEX triplet: 96, 84 and 3C. RGB value is (150,132,60). Sum of RGB (Red+Green+Blue) = 150+132+60=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #96843C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96843C is #697BC3. Grayscale: #818181. Windows color (decimal): -6912964 or 3966102. OLE color: 3966102.
HSL color Cylindrical-coordinate representation of color #96843C: hue angle of 48º 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 #96843C is Cyan = 0, Magento = 0.12, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 132 | 60 | - |
| CMYK | 0 | 0.12 | 0.6 | 0.41 |
| HSL | 48º | 0.43% | 0.41% | - |
| HSV(B) | 48º | 0.6% | 0.59% | - |
| XYZ | 21.64 | 23.31 | 7.63 | - |
| YUV | 129.17 | 88.96 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 60 | 0 | 0.12 | 0.6 | 0.41 | 48 | 0.43 | 0.41 |
| Hex | 96 | 84 | 3C | 0 | C | 3C | 29 | 30 | 2B | 29 |
| Octal | 226 | 204 | 74 | 0 | 14 | 74 | 51 | 60 | 53 | 51 |
| Binary | 10010110 | 10000100 | 111100 | 0 | 1100 | 111100 | 101001 | 110000 | 101011 | 101001 |
Color Harmonies of #96843C
Complementary color
Monochromatic Colors of #96843C
Black with #96843C
Text Example
Text Example
White with #96843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96843C; }
p { color: rgb(150,132,60); }
H1.HeaderClassName
{
color: #96843C;
}
.AnyTagClassName
{
color: #96843C;
}
</style>
background-color css
<style>
a { background-color: #96843C; }
a { background-color: rgb(150,132,60); }
div.DivClassName
{
background-color: #96843C;
}
.BgClassName
{
background-color: #96843C;
}
</style>
border-color css
<style>
span { border-color: #96843C; }
span { border-color: rgb(150,132,60); }
td.TdClassName
{
border-color: #96843C;
}
.TagClassName
{
border-color: #96843C;
}
</style>