Shades of Highball #96934D
Tints of Highball #96934D
RGB
CMYK
RGB Variations
Color information
#96934D (or 0x96934D) is known color: Highball. HEX triplet: 96, 93 and 4D. RGB value is (150,147,77). Sum of RGB (Red+Green+Blue) = 150+147+77=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #96934D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96934D is #696CB2. Grayscale: #8C8C8C. Windows color (decimal): -6909107 or 5084054. OLE color: 5084054.
HSL color Cylindrical-coordinate representation of color #96934D: hue angle of 57.53º 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 #96934D is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 147 | 77 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.41 |
| HSL | 57.53º | 0.32% | 0.45% | - |
| HSV(B) | 57.53º | 0.49% | 0.59% | - |
| XYZ | 24.35 | 27.89 | 11.12 | - |
| YUV | 139.92 | 92.49 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 77 | 0 | 0.02 | 0.49 | 0.41 | 57.53 | 0.32 | 0.45 |
| Hex | 96 | 93 | 4D | 0 | 2 | 31 | 29 | 3A | 20 | 2D |
| Octal | 226 | 223 | 115 | 0 | 2 | 61 | 51 | 72 | 40 | 55 |
| Binary | 10010110 | 10010011 | 1001101 | 0 | 10 | 110001 | 101001 | 111010 | 100000 | 101101 |
Color Harmonies of #96934D
Complementary color
Monochromatic Colors of #96934D
Black with #96934D
Text Example
Text Example
White with #96934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96934D; }
p { color: rgb(150,147,77); }
H1.HeaderClassName
{
color: #96934D;
}
.AnyTagClassName
{
color: #96934D;
}
</style>
background-color css
<style>
a { background-color: #96934D; }
a { background-color: rgb(150,147,77); }
div.DivClassName
{
background-color: #96934D;
}
.BgClassName
{
background-color: #96934D;
}
</style>
border-color css
<style>
span { border-color: #96934D; }
span { border-color: rgb(150,147,77); }
td.TdClassName
{
border-color: #96934D;
}
.TagClassName
{
border-color: #96934D;
}
</style>