Shades of Highball #958A4D
Tints of Highball #958A4D
RGB
CMYK
RGB Variations
Color information
#958A4D (or 0x958A4D) is known color: Highball. HEX triplet: 95, 8A and 4D. RGB value is (149,138,77). Sum of RGB (Red+Green+Blue) = 149+138+77=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #958A4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A4D is #6A75B2. Grayscale: #868686. Windows color (decimal): -6976947 or 5081749. OLE color: 5081749.
HSL color Cylindrical-coordinate representation of color #958A4D: hue angle of 50.83º 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 #958A4D is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 77 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.42 |
| HSL | 50.83º | 0.32% | 0.44% | - |
| HSV(B) | 50.83º | 0.48% | 0.58% | - |
| XYZ | 22.82 | 25.1 | 10.66 | - |
| YUV | 134.34 | 95.64 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 77 | 0 | 0.07 | 0.48 | 0.42 | 50.83 | 0.32 | 0.44 |
| Hex | 95 | 8A | 4D | 0 | 7 | 30 | 2A | 33 | 20 | 2C |
| Octal | 225 | 212 | 115 | 0 | 7 | 60 | 52 | 63 | 40 | 54 |
| Binary | 10010101 | 10001010 | 1001101 | 0 | 111 | 110000 | 101010 | 110011 | 100000 | 101100 |
Color Harmonies of #958A4D
Complementary color
Monochromatic Colors of #958A4D
Black with #958A4D
Text Example
Text Example
White with #958A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A4D; }
p { color: rgb(149,138,77); }
H1.HeaderClassName
{
color: #958A4D;
}
.AnyTagClassName
{
color: #958A4D;
}
</style>
background-color css
<style>
a { background-color: #958A4D; }
a { background-color: rgb(149,138,77); }
div.DivClassName
{
background-color: #958A4D;
}
.BgClassName
{
background-color: #958A4D;
}
</style>
border-color css
<style>
span { border-color: #958A4D; }
span { border-color: rgb(149,138,77); }
td.TdClassName
{
border-color: #958A4D;
}
.TagClassName
{
border-color: #958A4D;
}
</style>