Shades of Highball #958E3C
Tints of Highball #958E3C
RGB
CMYK
RGB Variations
Color information
#958E3C (or 0x958E3C) is known color: Highball. HEX triplet: 95, 8E and 3C. RGB value is (149,142,60). Sum of RGB (Red+Green+Blue) = 149+142+60=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #958E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958E3C is #6A71C3. Grayscale: #878787. Windows color (decimal): -6975940 or 3968661. OLE color: 3968661.
HSL color Cylindrical-coordinate representation of color #958E3C: hue angle of 55.28º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #958E3C is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 60 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.42 |
| HSL | 55.28º | 0.43% | 0.41% | - |
| HSV(B) | 55.28º | 0.6% | 0.58% | - |
| XYZ | 22.88 | 26.06 | 8.1 | - |
| YUV | 134.75 | 85.82 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 60 | 0 | 0.05 | 0.60 | 0.42 | 55.28 | 0.43 | 0.41 |
| Hex | 95 | 8E | 3C | 0 | 5 | 3C | 2A | 37 | 2B | 29 |
| Octal | 225 | 216 | 74 | 0 | 5 | 74 | 52 | 67 | 53 | 51 |
| Binary | 10010101 | 10001110 | 111100 | 0 | 101 | 111100 | 101010 | 110111 | 101011 | 101001 |
Color Harmonies of #958E3C
Complementary color
Monochromatic Colors of #958E3C
Black with #958E3C
Text Example
Text Example
White with #958E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E3C; }
p { color: rgb(149,142,60); }
H1.HeaderClassName
{
color: #958E3C;
}
.AnyTagClassName
{
color: #958E3C;
}
</style>
background-color css
<style>
a { background-color: #958E3C; }
a { background-color: rgb(149,142,60); }
div.DivClassName
{
background-color: #958E3C;
}
.BgClassName
{
background-color: #958E3C;
}
</style>
border-color css
<style>
span { border-color: #958E3C; }
span { border-color: rgb(149,142,60); }
td.TdClassName
{
border-color: #958E3C;
}
.TagClassName
{
border-color: #958E3C;
}
</style>