Shades of Highball #958E4D
Tints of Highball #958E4D
RGB
CMYK
RGB Variations
Color information
#958E4D (or 0x958E4D) is known color: Highball. HEX triplet: 95, 8E and 4D. RGB value is (149,142,77). Sum of RGB (Red+Green+Blue) = 149+142+77=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #958E4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E4D is #6A71B2. Grayscale: #888888. Windows color (decimal): -6975923 or 5082773. OLE color: 5082773.
HSL color Cylindrical-coordinate representation of color #958E4D: hue angle of 54.17º 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 #958E4D is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 77 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.42 |
| HSL | 54.17º | 0.32% | 0.44% | - |
| HSV(B) | 54.17º | 0.48% | 0.58% | - |
| XYZ | 23.41 | 26.27 | 10.86 | - |
| YUV | 136.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 77 | 0 | 0.05 | 0.48 | 0.42 | 54.17 | 0.32 | 0.44 |
| Hex | 95 | 8E | 4D | 0 | 5 | 30 | 2A | 36 | 20 | 2C |
| Octal | 225 | 216 | 115 | 0 | 5 | 60 | 52 | 66 | 40 | 54 |
| Binary | 10010101 | 10001110 | 1001101 | 0 | 101 | 110000 | 101010 | 110110 | 100000 | 101100 |
Color Harmonies of #958E4D
Complementary color
Monochromatic Colors of #958E4D
Black with #958E4D
Text Example
Text Example
White with #958E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E4D; }
p { color: rgb(149,142,77); }
H1.HeaderClassName
{
color: #958E4D;
}
.AnyTagClassName
{
color: #958E4D;
}
</style>
background-color css
<style>
a { background-color: #958E4D; }
a { background-color: rgb(149,142,77); }
div.DivClassName
{
background-color: #958E4D;
}
.BgClassName
{
background-color: #958E4D;
}
</style>
border-color css
<style>
span { border-color: #958E4D; }
span { border-color: rgb(149,142,77); }
td.TdClassName
{
border-color: #958E4D;
}
.TagClassName
{
border-color: #958E4D;
}
</style>