Shades of Highball #969534
Tints of Highball #969534
RGB
CMYK
RGB Variations
Color information
#969534 (or 0x969534) is known color: Highball. HEX triplet: 96, 95 and 34. RGB value is (150,149,52). Sum of RGB (Red+Green+Blue) = 150+149+52=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #969534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969534 is #696ACB. Grayscale: #8A8A8A. Windows color (decimal): -6908620 or 3446166. OLE color: 3446166.
HSL color Cylindrical-coordinate representation of color #969534: hue angle of 59.39º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #969534 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 149 | 52 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.41 |
| HSL | 59.39º | 0.49% | 0.4% | - |
| HSV(B) | 59.39º | 0.65% | 0.59% | - |
| XYZ | 23.94 | 28.23 | 7.44 | - |
| YUV | 138.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 149 | 52 | 0 | 0.01 | 0.65 | 0.41 | 59.39 | 0.49 | 0.4 |
| Hex | 96 | 95 | 34 | 0 | 1 | 41 | 29 | 3B | 31 | 28 |
| Octal | 226 | 225 | 64 | 0 | 1 | 101 | 51 | 73 | 61 | 50 |
| Binary | 10010110 | 10010101 | 110100 | 0 | 1 | 1000001 | 101001 | 111011 | 110001 | 101000 |
Color Harmonies of #969534
Complementary color
Monochromatic Colors of #969534
Black with #969534
Text Example
Text Example
White with #969534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969534; }
p { color: rgb(150,149,52); }
H1.HeaderClassName
{
color: #969534;
}
.AnyTagClassName
{
color: #969534;
}
</style>
background-color css
<style>
a { background-color: #969534; }
a { background-color: rgb(150,149,52); }
div.DivClassName
{
background-color: #969534;
}
.BgClassName
{
background-color: #969534;
}
</style>
border-color css
<style>
span { border-color: #969534; }
span { border-color: rgb(150,149,52); }
td.TdClassName
{
border-color: #969534;
}
.TagClassName
{
border-color: #969534;
}
</style>