Shades of Highball #96953C
Tints of Highball #96953C
RGB
CMYK
RGB Variations
Color information
#96953C (or 0x96953C) is known color: Highball. HEX triplet: 96, 95 and 3C. RGB value is (150,149,60). Sum of RGB (Red+Green+Blue) = 150+149+60=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #96953C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96953C is #696AC3. Grayscale: #8B8B8B. Windows color (decimal): -6908612 or 3970454. OLE color: 3970454.
HSL color Cylindrical-coordinate representation of color #96953C: hue angle of 59.33º 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 #96953C is Cyan = 0, Magento = 0.01, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 149 | 60 | - |
| CMYK | 0 | 0.01 | 0.6 | 0.41 |
| HSL | 59.33º | 0.43% | 0.41% | - |
| HSV(B) | 59.33º | 0.6% | 0.59% | - |
| XYZ | 24.14 | 28.31 | 8.47 | - |
| YUV | 139.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 149 | 60 | 0 | 0.01 | 0.6 | 0.41 | 59.33 | 0.43 | 0.41 |
| Hex | 96 | 95 | 3C | 0 | 1 | 3C | 29 | 3B | 2B | 29 |
| Octal | 226 | 225 | 74 | 0 | 1 | 74 | 51 | 73 | 53 | 51 |
| Binary | 10010110 | 10010101 | 111100 | 0 | 1 | 111100 | 101001 | 111011 | 101011 | 101001 |
Color Harmonies of #96953C
Complementary color
Monochromatic Colors of #96953C
Black with #96953C
Text Example
Text Example
White with #96953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96953C; }
p { color: rgb(150,149,60); }
H1.HeaderClassName
{
color: #96953C;
}
.AnyTagClassName
{
color: #96953C;
}
</style>
background-color css
<style>
a { background-color: #96953C; }
a { background-color: rgb(150,149,60); }
div.DivClassName
{
background-color: #96953C;
}
.BgClassName
{
background-color: #96953C;
}
</style>
border-color css
<style>
span { border-color: #96953C; }
span { border-color: rgb(150,149,60); }
td.TdClassName
{
border-color: #96953C;
}
.TagClassName
{
border-color: #96953C;
}
</style>