Shades of Highball #968944
Tints of Highball #968944
RGB
CMYK
RGB Variations
Color information
#968944 (or 0x968944) is known color: Highball. HEX triplet: 96, 89 and 44. RGB value is (150,137,68). Sum of RGB (Red+Green+Blue) = 150+137+68=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #968944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968944 is #6976BB. Grayscale: #858585. Windows color (decimal): -6911676 or 4491670. OLE color: 4491670.
HSL color Cylindrical-coordinate representation of color #968944: hue angle of 50.49º 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 #968944 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 137 | 68 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.41 |
| HSL | 50.49º | 0.38% | 0.43% | - |
| HSV(B) | 50.49º | 0.55% | 0.59% | - |
| XYZ | 22.57 | 24.79 | 9.06 | - |
| YUV | 133.02 | 91.31 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 68 | 0 | 0.09 | 0.55 | 0.41 | 50.49 | 0.38 | 0.43 |
| Hex | 96 | 89 | 44 | 0 | 9 | 37 | 29 | 32 | 26 | 2B |
| Octal | 226 | 211 | 104 | 0 | 11 | 67 | 51 | 62 | 46 | 53 |
| Binary | 10010110 | 10001001 | 1000100 | 0 | 1001 | 110111 | 101001 | 110010 | 100110 | 101011 |
Color Harmonies of #968944
Complementary color
Monochromatic Colors of #968944
Black with #968944
Text Example
Text Example
White with #968944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968944; }
p { color: rgb(150,137,68); }
H1.HeaderClassName
{
color: #968944;
}
.AnyTagClassName
{
color: #968944;
}
</style>
background-color css
<style>
a { background-color: #968944; }
a { background-color: rgb(150,137,68); }
div.DivClassName
{
background-color: #968944;
}
.BgClassName
{
background-color: #968944;
}
</style>
border-color css
<style>
span { border-color: #968944; }
span { border-color: rgb(150,137,68); }
td.TdClassName
{
border-color: #968944;
}
.TagClassName
{
border-color: #968944;
}
</style>