Shades of Highball #958D4C
Tints of Highball #958D4C
RGB
CMYK
RGB Variations
Color information
#958D4C (or 0x958D4C) is known color: Highball. HEX triplet: 95, 8D and 4C. RGB value is (149,141,76). Sum of RGB (Red+Green+Blue) = 149+141+76=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #958D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958D4C is #6A72B3. Grayscale: #888888. Windows color (decimal): -6976180 or 5016981. OLE color: 5016981.
HSL color Cylindrical-coordinate representation of color #958D4C: hue angle of 53.42º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #958D4C is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 141 | 76 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.42 |
| HSL | 53.42º | 0.32% | 0.44% | - |
| HSV(B) | 53.42º | 0.49% | 0.58% | - |
| XYZ | 23.22 | 25.96 | 10.62 | - |
| YUV | 135.98 | 94.15 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 76 | 0 | 0.05 | 0.49 | 0.42 | 53.42 | 0.32 | 0.44 |
| Hex | 95 | 8D | 4C | 0 | 5 | 31 | 2A | 35 | 20 | 2C |
| Octal | 225 | 215 | 114 | 0 | 5 | 61 | 52 | 65 | 40 | 54 |
| Binary | 10010101 | 10001101 | 1001100 | 0 | 101 | 110001 | 101010 | 110101 | 100000 | 101100 |
Color Harmonies of #958D4C
Complementary color
Monochromatic Colors of #958D4C
Black with #958D4C
Text Example
Text Example
White with #958D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958D4C; }
p { color: rgb(149,141,76); }
H1.HeaderClassName
{
color: #958D4C;
}
.AnyTagClassName
{
color: #958D4C;
}
</style>
background-color css
<style>
a { background-color: #958D4C; }
a { background-color: rgb(149,141,76); }
div.DivClassName
{
background-color: #958D4C;
}
.BgClassName
{
background-color: #958D4C;
}
</style>
border-color css
<style>
span { border-color: #958D4C; }
span { border-color: rgb(149,141,76); }
td.TdClassName
{
border-color: #958D4C;
}
.TagClassName
{
border-color: #958D4C;
}
</style>