Shades of Highball #969046
Tints of Highball #969046
RGB
CMYK
RGB Variations
Color information
#969046 (or 0x969046) is known color: Highball. HEX triplet: 96, 90 and 46. RGB value is (150,144,70). Sum of RGB (Red+Green+Blue) = 150+144+70=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #969046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969046 is #696FB9. Grayscale: #898989. Windows color (decimal): -6909882 or 4624534. OLE color: 4624534.
HSL color Cylindrical-coordinate representation of color #969046: hue angle of 55.5º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #969046 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 144 | 70 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.41 |
| HSL | 55.5º | 0.36% | 0.43% | - |
| HSV(B) | 55.5º | 0.53% | 0.59% | - |
| XYZ | 23.66 | 26.87 | 9.73 | - |
| YUV | 137.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 70 | 0 | 0.04 | 0.53 | 0.41 | 55.5 | 0.36 | 0.43 |
| Hex | 96 | 90 | 46 | 0 | 4 | 35 | 29 | 38 | 24 | 2B |
| Octal | 226 | 220 | 106 | 0 | 4 | 65 | 51 | 70 | 44 | 53 |
| Binary | 10010110 | 10010000 | 1000110 | 0 | 100 | 110101 | 101001 | 111000 | 100100 | 101011 |
Color Harmonies of #969046
Complementary color
Monochromatic Colors of #969046
Black with #969046
Text Example
Text Example
White with #969046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969046; }
p { color: rgb(150,144,70); }
H1.HeaderClassName
{
color: #969046;
}
.AnyTagClassName
{
color: #969046;
}
</style>
background-color css
<style>
a { background-color: #969046; }
a { background-color: rgb(150,144,70); }
div.DivClassName
{
background-color: #969046;
}
.BgClassName
{
background-color: #969046;
}
</style>
border-color css
<style>
span { border-color: #969046; }
span { border-color: rgb(150,144,70); }
td.TdClassName
{
border-color: #969046;
}
.TagClassName
{
border-color: #969046;
}
</style>