Shades of Highball #969353
Tints of Highball #969353
RGB
CMYK
RGB Variations
Color information
#969353 (or 0x969353) is known color: Highball. HEX triplet: 96, 93 and 53. RGB value is (150,147,83). Sum of RGB (Red+Green+Blue) = 150+147+83=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 150 - color contains mainly: red. Hex color #969353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969353 is #696CAC. Grayscale: #8C8C8C. Windows color (decimal): -6909101 or 5477270. OLE color: 5477270.
HSL color Cylindrical-coordinate representation of color #969353: hue angle of 57.31º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #969353 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 147 | 83 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.41 |
| HSL | 57.31º | 0.29% | 0.46% | - |
| HSV(B) | 57.31º | 0.45% | 0.59% | - |
| XYZ | 24.57 | 27.98 | 12.29 | - |
| YUV | 140.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 83 | 0 | 0.02 | 0.45 | 0.41 | 57.31 | 0.29 | 0.46 |
| Hex | 96 | 93 | 53 | 0 | 2 | 2D | 29 | 39 | 1D | 2E |
| Octal | 226 | 223 | 123 | 0 | 2 | 55 | 51 | 71 | 35 | 56 |
| Binary | 10010110 | 10010011 | 1010011 | 0 | 10 | 101101 | 101001 | 111001 | 11101 | 101110 |
Color Harmonies of #969353
Complementary color
Monochromatic Colors of #969353
Black with #969353
Text Example
Text Example
White with #969353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969353; }
p { color: rgb(150,147,83); }
H1.HeaderClassName
{
color: #969353;
}
.AnyTagClassName
{
color: #969353;
}
</style>
background-color css
<style>
a { background-color: #969353; }
a { background-color: rgb(150,147,83); }
div.DivClassName
{
background-color: #969353;
}
.BgClassName
{
background-color: #969353;
}
</style>
border-color css
<style>
span { border-color: #969353; }
span { border-color: rgb(150,147,83); }
td.TdClassName
{
border-color: #969353;
}
.TagClassName
{
border-color: #969353;
}
</style>