Shades of Highball #96873C
Tints of Highball #96873C
RGB
CMYK
RGB Variations
Color information
#96873C (or 0x96873C) is known color: Highball. HEX triplet: 96, 87 and 3C. RGB value is (150,135,60). Sum of RGB (Red+Green+Blue) = 150+135+60=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #96873C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96873C is #6978C3. Grayscale: #838383. Windows color (decimal): -6912196 or 3966870. OLE color: 3966870.
HSL color Cylindrical-coordinate representation of color #96873C: hue angle of 50º 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 #96873C is Cyan = 0, Magento = 0.1, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 135 | 60 | - |
| CMYK | 0 | 0.1 | 0.6 | 0.41 |
| HSL | 50º | 0.43% | 0.41% | - |
| HSV(B) | 50º | 0.6% | 0.59% | - |
| XYZ | 22.06 | 24.14 | 7.77 | - |
| YUV | 130.94 | 87.97 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 60 | 0 | 0.1 | 0.6 | 0.41 | 50 | 0.43 | 0.41 |
| Hex | 96 | 87 | 3C | 0 | A | 3C | 29 | 32 | 2B | 29 |
| Octal | 226 | 207 | 74 | 0 | 12 | 74 | 51 | 62 | 53 | 51 |
| Binary | 10010110 | 10000111 | 111100 | 0 | 1010 | 111100 | 101001 | 110010 | 101011 | 101001 |
Color Harmonies of #96873C
Complementary color
Monochromatic Colors of #96873C
Black with #96873C
Text Example
Text Example
White with #96873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96873C; }
p { color: rgb(150,135,60); }
H1.HeaderClassName
{
color: #96873C;
}
.AnyTagClassName
{
color: #96873C;
}
</style>
background-color css
<style>
a { background-color: #96873C; }
a { background-color: rgb(150,135,60); }
div.DivClassName
{
background-color: #96873C;
}
.BgClassName
{
background-color: #96873C;
}
</style>
border-color css
<style>
span { border-color: #96873C; }
span { border-color: rgb(150,135,60); }
td.TdClassName
{
border-color: #96873C;
}
.TagClassName
{
border-color: #96873C;
}
</style>