Shades of Highball #958C4D
Tints of Highball #958C4D
RGB
CMYK
RGB Variations
Color information
#958C4D (or 0x958C4D) is known color: Highball. HEX triplet: 95, 8C and 4D. RGB value is (149,140,77). Sum of RGB (Red+Green+Blue) = 149+140+77=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #958C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958C4D is #6A73B2. Grayscale: #878787. Windows color (decimal): -6976435 or 5082261. OLE color: 5082261.
HSL color Cylindrical-coordinate representation of color #958C4D: hue angle of 52.5º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #958C4D is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 140 | 77 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.42 |
| HSL | 52.5º | 0.32% | 0.44% | - |
| HSV(B) | 52.5º | 0.48% | 0.58% | - |
| XYZ | 23.11 | 25.68 | 10.76 | - |
| YUV | 135.51 | 94.98 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 77 | 0 | 0.06 | 0.48 | 0.42 | 52.5 | 0.32 | 0.44 |
| Hex | 95 | 8C | 4D | 0 | 6 | 30 | 2A | 34 | 20 | 2C |
| Octal | 225 | 214 | 115 | 0 | 6 | 60 | 52 | 64 | 40 | 54 |
| Binary | 10010101 | 10001100 | 1001101 | 0 | 110 | 110000 | 101010 | 110100 | 100000 | 101100 |
Color Harmonies of #958C4D
Complementary color
Monochromatic Colors of #958C4D
Black with #958C4D
Text Example
Text Example
White with #958C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958C4D; }
p { color: rgb(149,140,77); }
H1.HeaderClassName
{
color: #958C4D;
}
.AnyTagClassName
{
color: #958C4D;
}
</style>
background-color css
<style>
a { background-color: #958C4D; }
a { background-color: rgb(149,140,77); }
div.DivClassName
{
background-color: #958C4D;
}
.BgClassName
{
background-color: #958C4D;
}
</style>
border-color css
<style>
span { border-color: #958C4D; }
span { border-color: rgb(149,140,77); }
td.TdClassName
{
border-color: #958C4D;
}
.TagClassName
{
border-color: #958C4D;
}
</style>