Shades of Highball #969036
Tints of Highball #969036
RGB
CMYK
RGB Variations
Color information
#969036 (or 0x969036) is known color: Highball. HEX triplet: 96, 90 and 36. RGB value is (150,144,54). Sum of RGB (Red+Green+Blue) = 150+144+54=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #969036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969036 is #696FC9. Grayscale: #878787. Windows color (decimal): -6909898 or 3575958. OLE color: 3575958.
HSL color Cylindrical-coordinate representation of color #969036: hue angle of 56.25º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #969036 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 144 | 54 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.41 |
| HSL | 56.25º | 0.47% | 0.4% | - |
| HSV(B) | 56.25º | 0.64% | 0.59% | - |
| XYZ | 23.22 | 26.7 | 7.42 | - |
| YUV | 135.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 54 | 0 | 0.04 | 0.64 | 0.41 | 56.25 | 0.47 | 0.4 |
| Hex | 96 | 90 | 36 | 0 | 4 | 40 | 29 | 38 | 2F | 28 |
| Octal | 226 | 220 | 66 | 0 | 4 | 100 | 51 | 70 | 57 | 50 |
| Binary | 10010110 | 10010000 | 110110 | 0 | 100 | 1000000 | 101001 | 111000 | 101111 | 101000 |
Color Harmonies of #969036
Complementary color
Monochromatic Colors of #969036
Black with #969036
Text Example
Text Example
White with #969036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969036; }
p { color: rgb(150,144,54); }
H1.HeaderClassName
{
color: #969036;
}
.AnyTagClassName
{
color: #969036;
}
</style>
background-color css
<style>
a { background-color: #969036; }
a { background-color: rgb(150,144,54); }
div.DivClassName
{
background-color: #969036;
}
.BgClassName
{
background-color: #969036;
}
</style>
border-color css
<style>
span { border-color: #969036; }
span { border-color: rgb(150,144,54); }
td.TdClassName
{
border-color: #969036;
}
.TagClassName
{
border-color: #969036;
}
</style>