Shades of Highball #96873B
Tints of Highball #96873B
RGB
CMYK
RGB Variations
Color information
#96873B (or 0x96873B) is known color: Highball. HEX triplet: 96, 87 and 3B. RGB value is (150,135,59). Sum of RGB (Red+Green+Blue) = 150+135+59=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96873B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96873B is #6978C4. Grayscale: #838383. Windows color (decimal): -6912197 or 3901334. OLE color: 3901334.
HSL color Cylindrical-coordinate representation of color #96873B: hue angle of 50.11º 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 #96873B is Cyan = 0, Magento = 0.1, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 135 | 59 | - |
| CMYK | 0 | 0.1 | 0.61 | 0.41 |
| HSL | 50.11º | 0.44% | 0.41% | - |
| HSV(B) | 50.11º | 0.61% | 0.59% | - |
| XYZ | 22.03 | 24.13 | 7.63 | - |
| YUV | 130.82 | 87.47 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 59 | 0 | 0.1 | 0.61 | 0.41 | 50.11 | 0.44 | 0.41 |
| Hex | 96 | 87 | 3B | 0 | A | 3D | 29 | 32 | 2C | 29 |
| Octal | 226 | 207 | 73 | 0 | 12 | 75 | 51 | 62 | 54 | 51 |
| Binary | 10010110 | 10000111 | 111011 | 0 | 1010 | 111101 | 101001 | 110010 | 101100 | 101001 |
Color Harmonies of #96873B
Complementary color
Monochromatic Colors of #96873B
Black with #96873B
Text Example
Text Example
White with #96873B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96873B; }
p { color: rgb(150,135,59); }
H1.HeaderClassName
{
color: #96873B;
}
.AnyTagClassName
{
color: #96873B;
}
</style>
background-color css
<style>
a { background-color: #96873B; }
a { background-color: rgb(150,135,59); }
div.DivClassName
{
background-color: #96873B;
}
.BgClassName
{
background-color: #96873B;
}
</style>
border-color css
<style>
span { border-color: #96873B; }
span { border-color: rgb(150,135,59); }
td.TdClassName
{
border-color: #96873B;
}
.TagClassName
{
border-color: #96873B;
}
</style>