Shades of Highball #96953E
Tints of Highball #96953E
RGB
CMYK
RGB Variations
Color information
#96953E (or 0x96953E) is known color: Highball. HEX triplet: 96, 95 and 3E. RGB value is (150,149,62). Sum of RGB (Red+Green+Blue) = 150+149+62=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #96953E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96953E is #696AC1. Grayscale: #8B8B8B. Windows color (decimal): -6908610 or 4101526. OLE color: 4101526.
HSL color Cylindrical-coordinate representation of color #96953E: hue angle of 59.32º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96953E is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 149 | 62 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.41 |
| HSL | 59.32º | 0.42% | 0.42% | - |
| HSV(B) | 59.32º | 0.59% | 0.59% | - |
| XYZ | 24.19 | 28.33 | 8.75 | - |
| YUV | 139.38 | 84.33 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 149 | 62 | 0 | 0.01 | 0.59 | 0.41 | 59.32 | 0.42 | 0.42 |
| Hex | 96 | 95 | 3E | 0 | 1 | 3B | 29 | 3B | 2A | 2A |
| Octal | 226 | 225 | 76 | 0 | 1 | 73 | 51 | 73 | 52 | 52 |
| Binary | 10010110 | 10010101 | 111110 | 0 | 1 | 111011 | 101001 | 111011 | 101010 | 101010 |
Color Harmonies of #96953E
Complementary color
Monochromatic Colors of #96953E
Black with #96953E
Text Example
Text Example
White with #96953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96953E; }
p { color: rgb(150,149,62); }
H1.HeaderClassName
{
color: #96953E;
}
.AnyTagClassName
{
color: #96953E;
}
</style>
background-color css
<style>
a { background-color: #96953E; }
a { background-color: rgb(150,149,62); }
div.DivClassName
{
background-color: #96953E;
}
.BgClassName
{
background-color: #96953E;
}
</style>
border-color css
<style>
span { border-color: #96953E; }
span { border-color: rgb(150,149,62); }
td.TdClassName
{
border-color: #96953E;
}
.TagClassName
{
border-color: #96953E;
}
</style>