Shades of Highball #968C49
Tints of Highball #968C49
RGB
CMYK
RGB Variations
Color information
#968C49 (or 0x968C49) is known color: Highball. HEX triplet: 96, 8C and 49. RGB value is (150,140,73). Sum of RGB (Red+Green+Blue) = 150+140+73=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #968C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968C49 is #6973B6. Grayscale: #878787. Windows color (decimal): -6910903 or 4820118. OLE color: 4820118.
HSL color Cylindrical-coordinate representation of color #968C49: hue angle of 52.21º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #968C49 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 140 | 73 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.41 |
| HSL | 52.21º | 0.35% | 0.44% | - |
| HSV(B) | 52.21º | 0.51% | 0.59% | - |
| XYZ | 23.16 | 25.72 | 10.05 | - |
| YUV | 135.35 | 92.81 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 73 | 0 | 0.07 | 0.51 | 0.41 | 52.21 | 0.35 | 0.44 |
| Hex | 96 | 8C | 49 | 0 | 7 | 33 | 29 | 34 | 23 | 2C |
| Octal | 226 | 214 | 111 | 0 | 7 | 63 | 51 | 64 | 43 | 54 |
| Binary | 10010110 | 10001100 | 1001001 | 0 | 111 | 110011 | 101001 | 110100 | 100011 | 101100 |
Color Harmonies of #968C49
Complementary color
Monochromatic Colors of #968C49
Black with #968C49
Text Example
Text Example
White with #968C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C49; }
p { color: rgb(150,140,73); }
H1.HeaderClassName
{
color: #968C49;
}
.AnyTagClassName
{
color: #968C49;
}
</style>
background-color css
<style>
a { background-color: #968C49; }
a { background-color: rgb(150,140,73); }
div.DivClassName
{
background-color: #968C49;
}
.BgClassName
{
background-color: #968C49;
}
</style>
border-color css
<style>
span { border-color: #968C49; }
span { border-color: rgb(150,140,73); }
td.TdClassName
{
border-color: #968C49;
}
.TagClassName
{
border-color: #968C49;
}
</style>