Shades of Highball #96963F
Tints of Highball #96963F
RGB
CMYK
RGB Variations
Color information
#96963F (or 0x96963F) is known color: Highball. HEX triplet: 96, 96 and 3F. RGB value is (150,150,63). Sum of RGB (Red+Green+Blue) = 150+150+63=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 150 - color contains mainly: red, green. Hex color #96963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96963F is #6969C0. Grayscale: #8C8C8C. Windows color (decimal): -6908353 or 4167318. OLE color: 4167318.
HSL color Cylindrical-coordinate representation of color #96963F: hue angle of 60º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96963F is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 150 | 63 | - |
| CMYK | 0 | 0 | 0.58 | 0.41 |
| HSL | 60º | 0.41% | 0.42% | - |
| HSV(B) | 60º | 0.58% | 0.59% | - |
| XYZ | 24.38 | 28.66 | 8.95 | - |
| YUV | 140.08 | 84.5 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 150 | 63 | 0 | 0 | 0.58 | 0.41 | 60 | 0.41 | 0.42 |
| Hex | 96 | 96 | 3F | 0 | 0 | 3A | 29 | 3C | 29 | 2A |
| Octal | 226 | 226 | 77 | 0 | 0 | 72 | 51 | 74 | 51 | 52 |
| Binary | 10010110 | 10010110 | 111111 | 0 | 0 | 111010 | 101001 | 111100 | 101001 | 101010 |
Color Harmonies of #96963F
Complementary color
Monochromatic Colors of #96963F
Black with #96963F
Text Example
Text Example
White with #96963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96963F; }
p { color: rgb(150,150,63); }
H1.HeaderClassName
{
color: #96963F;
}
.AnyTagClassName
{
color: #96963F;
}
</style>
background-color css
<style>
a { background-color: #96963F; }
a { background-color: rgb(150,150,63); }
div.DivClassName
{
background-color: #96963F;
}
.BgClassName
{
background-color: #96963F;
}
</style>
border-color css
<style>
span { border-color: #96963F; }
span { border-color: rgb(150,150,63); }
td.TdClassName
{
border-color: #96963F;
}
.TagClassName
{
border-color: #96963F;
}
</style>