Shades of Highball #968C47
Tints of Highball #968C47
RGB
CMYK
RGB Variations
Color information
#968C47 (or 0x968C47) is known color: Highball. HEX triplet: 96, 8C and 47. RGB value is (150,140,71). Sum of RGB (Red+Green+Blue) = 150+140+71=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #968C47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968C47 is #6973B8. Grayscale: #878787. Windows color (decimal): -6910905 or 4689046. OLE color: 4689046.
HSL color Cylindrical-coordinate representation of color #968C47: hue angle of 52.41º 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 #968C47 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 140 | 71 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.41 |
| HSL | 52.41º | 0.36% | 0.43% | - |
| HSV(B) | 52.41º | 0.53% | 0.59% | - |
| XYZ | 23.09 | 25.7 | 9.7 | - |
| YUV | 135.12 | 91.81 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 71 | 0 | 0.07 | 0.53 | 0.41 | 52.41 | 0.36 | 0.43 |
| Hex | 96 | 8C | 47 | 0 | 7 | 35 | 29 | 34 | 24 | 2B |
| Octal | 226 | 214 | 107 | 0 | 7 | 65 | 51 | 64 | 44 | 53 |
| Binary | 10010110 | 10001100 | 1000111 | 0 | 111 | 110101 | 101001 | 110100 | 100100 | 101011 |
Color Harmonies of #968C47
Complementary color
Monochromatic Colors of #968C47
Black with #968C47
Text Example
Text Example
White with #968C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C47; }
p { color: rgb(150,140,71); }
H1.HeaderClassName
{
color: #968C47;
}
.AnyTagClassName
{
color: #968C47;
}
</style>
background-color css
<style>
a { background-color: #968C47; }
a { background-color: rgb(150,140,71); }
div.DivClassName
{
background-color: #968C47;
}
.BgClassName
{
background-color: #968C47;
}
</style>
border-color css
<style>
span { border-color: #968C47; }
span { border-color: rgb(150,140,71); }
td.TdClassName
{
border-color: #968C47;
}
.TagClassName
{
border-color: #968C47;
}
</style>