Shades of Highball #96914D
Tints of Highball #96914D
RGB
CMYK
RGB Variations
Color information
#96914D (or 0x96914D) is known color: Highball. HEX triplet: 96, 91 and 4D. RGB value is (150,145,77). Sum of RGB (Red+Green+Blue) = 150+145+77=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #96914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96914D is #696EB2. Grayscale: #8B8B8B. Windows color (decimal): -6909619 or 5083542. OLE color: 5083542.
HSL color Cylindrical-coordinate representation of color #96914D: hue angle of 55.89º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96914D is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 145 | 77 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.41 |
| HSL | 55.89º | 0.32% | 0.45% | - |
| HSV(B) | 55.89º | 0.49% | 0.59% | - |
| XYZ | 24.04 | 27.27 | 11.02 | - |
| YUV | 138.74 | 93.16 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 77 | 0 | 0.03 | 0.49 | 0.41 | 55.89 | 0.32 | 0.45 |
| Hex | 96 | 91 | 4D | 0 | 3 | 31 | 29 | 38 | 20 | 2D |
| Octal | 226 | 221 | 115 | 0 | 3 | 61 | 51 | 70 | 40 | 55 |
| Binary | 10010110 | 10010001 | 1001101 | 0 | 11 | 110001 | 101001 | 111000 | 100000 | 101101 |
Color Harmonies of #96914D
Complementary color
Monochromatic Colors of #96914D
Black with #96914D
Text Example
Text Example
White with #96914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96914D; }
p { color: rgb(150,145,77); }
H1.HeaderClassName
{
color: #96914D;
}
.AnyTagClassName
{
color: #96914D;
}
</style>
background-color css
<style>
a { background-color: #96914D; }
a { background-color: rgb(150,145,77); }
div.DivClassName
{
background-color: #96914D;
}
.BgClassName
{
background-color: #96914D;
}
</style>
border-color css
<style>
span { border-color: #96914D; }
span { border-color: rgb(150,145,77); }
td.TdClassName
{
border-color: #96914D;
}
.TagClassName
{
border-color: #96914D;
}
</style>