Shades of Highball #958246
Tints of Highball #958246
RGB
CMYK
RGB Variations
Color information
#958246 (or 0x958246) is known color: Highball. HEX triplet: 95, 82 and 46. RGB value is (149,130,70). Sum of RGB (Red+Green+Blue) = 149+130+70=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #958246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958246 is #6A7DB9. Grayscale: #818181. Windows color (decimal): -6979002 or 4620949. OLE color: 4620949.
HSL color Cylindrical-coordinate representation of color #958246: hue angle of 45.57º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #958246 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 130 | 70 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.42 |
| HSL | 45.57º | 0.36% | 0.43% | - |
| HSV(B) | 45.57º | 0.53% | 0.58% | - |
| XYZ | 21.48 | 22.8 | 9.06 | - |
| YUV | 128.84 | 94.79 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 70 | 0 | 0.13 | 0.53 | 0.42 | 45.57 | 0.36 | 0.43 |
| Hex | 95 | 82 | 46 | 0 | D | 35 | 2A | 2E | 24 | 2B |
| Octal | 225 | 202 | 106 | 0 | 15 | 65 | 52 | 56 | 44 | 53 |
| Binary | 10010101 | 10000010 | 1000110 | 0 | 1101 | 110101 | 101010 | 101110 | 100100 | 101011 |
Color Harmonies of #958246
Complementary color
Monochromatic Colors of #958246
Black with #958246
Text Example
Text Example
White with #958246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958246; }
p { color: rgb(149,130,70); }
H1.HeaderClassName
{
color: #958246;
}
.AnyTagClassName
{
color: #958246;
}
</style>
background-color css
<style>
a { background-color: #958246; }
a { background-color: rgb(149,130,70); }
div.DivClassName
{
background-color: #958246;
}
.BgClassName
{
background-color: #958246;
}
</style>
border-color css
<style>
span { border-color: #958246; }
span { border-color: rgb(149,130,70); }
td.TdClassName
{
border-color: #958246;
}
.TagClassName
{
border-color: #958246;
}
</style>