Shades of Highball #958849
Tints of Highball #958849
RGB
CMYK
RGB Variations
Color information
#958849 (or 0x958849) is known color: Highball. HEX triplet: 95, 88 and 49. RGB value is (149,136,73). Sum of RGB (Red+Green+Blue) = 149+136+73=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #958849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958849 is #6A77B6. Grayscale: #848484. Windows color (decimal): -6977463 or 4819093. OLE color: 4819093.
HSL color Cylindrical-coordinate representation of color #958849: hue angle of 49.74º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #958849 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 136 | 73 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.42 |
| HSL | 49.74º | 0.34% | 0.44% | - |
| HSV(B) | 49.74º | 0.51% | 0.58% | - |
| XYZ | 22.4 | 24.48 | 9.85 | - |
| YUV | 132.71 | 94.31 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 73 | 0 | 0.09 | 0.51 | 0.42 | 49.74 | 0.34 | 0.44 |
| Hex | 95 | 88 | 49 | 0 | 9 | 33 | 2A | 32 | 22 | 2C |
| Octal | 225 | 210 | 111 | 0 | 11 | 63 | 52 | 62 | 42 | 54 |
| Binary | 10010101 | 10001000 | 1001001 | 0 | 1001 | 110011 | 101010 | 110010 | 100010 | 101100 |
Color Harmonies of #958849
Complementary color
Monochromatic Colors of #958849
Black with #958849
Text Example
Text Example
White with #958849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958849; }
p { color: rgb(149,136,73); }
H1.HeaderClassName
{
color: #958849;
}
.AnyTagClassName
{
color: #958849;
}
</style>
background-color css
<style>
a { background-color: #958849; }
a { background-color: rgb(149,136,73); }
div.DivClassName
{
background-color: #958849;
}
.BgClassName
{
background-color: #958849;
}
</style>
border-color css
<style>
span { border-color: #958849; }
span { border-color: rgb(149,136,73); }
td.TdClassName
{
border-color: #958849;
}
.TagClassName
{
border-color: #958849;
}
</style>