Shades of Highball #968144
Tints of Highball #968144
RGB
CMYK
RGB Variations
Color information
#968144 (or 0x968144) is known color: Highball. HEX triplet: 96, 81 and 44. RGB value is (150,129,68). Sum of RGB (Red+Green+Blue) = 150+129+68=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #968144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968144 is #697EBB. Grayscale: #808080. Windows color (decimal): -6913724 or 4489622. OLE color: 4489622.
HSL color Cylindrical-coordinate representation of color #968144: hue angle of 44.63º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #968144 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 129 | 68 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.41 |
| HSL | 44.63º | 0.38% | 0.43% | - |
| HSV(B) | 44.63º | 0.55% | 0.59% | - |
| XYZ | 21.47 | 22.6 | 8.7 | - |
| YUV | 128.33 | 93.96 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 129 | 68 | 0 | 0.14 | 0.55 | 0.41 | 44.63 | 0.38 | 0.43 |
| Hex | 96 | 81 | 44 | 0 | E | 37 | 29 | 2D | 26 | 2B |
| Octal | 226 | 201 | 104 | 0 | 16 | 67 | 51 | 55 | 46 | 53 |
| Binary | 10010110 | 10000001 | 1000100 | 0 | 1110 | 110111 | 101001 | 101101 | 100110 | 101011 |
Color Harmonies of #968144
Complementary color
Monochromatic Colors of #968144
Black with #968144
Text Example
Text Example
White with #968144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968144; }
p { color: rgb(150,129,68); }
H1.HeaderClassName
{
color: #968144;
}
.AnyTagClassName
{
color: #968144;
}
</style>
background-color css
<style>
a { background-color: #968144; }
a { background-color: rgb(150,129,68); }
div.DivClassName
{
background-color: #968144;
}
.BgClassName
{
background-color: #968144;
}
</style>
border-color css
<style>
span { border-color: #968144; }
span { border-color: rgb(150,129,68); }
td.TdClassName
{
border-color: #968144;
}
.TagClassName
{
border-color: #968144;
}
</style>