Shades of Highball #958A49
Tints of Highball #958A49
RGB
CMYK
RGB Variations
Color information
#958A49 (or 0x958A49) is known color: Highball. HEX triplet: 95, 8A and 49. RGB value is (149,138,73). Sum of RGB (Red+Green+Blue) = 149+138+73=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #958A49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958A49 is #6A75B6. Grayscale: #868686. Windows color (decimal): -6976951 or 4819605. OLE color: 4819605.
HSL color Cylindrical-coordinate representation of color #958A49: hue angle of 51.32º 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 #958A49 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 73 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.42 |
| HSL | 51.32º | 0.34% | 0.44% | - |
| HSV(B) | 51.32º | 0.51% | 0.58% | - |
| XYZ | 22.69 | 25.05 | 9.94 | - |
| YUV | 133.88 | 93.64 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 73 | 0 | 0.07 | 0.51 | 0.42 | 51.32 | 0.34 | 0.44 |
| Hex | 95 | 8A | 49 | 0 | 7 | 33 | 2A | 33 | 22 | 2C |
| Octal | 225 | 212 | 111 | 0 | 7 | 63 | 52 | 63 | 42 | 54 |
| Binary | 10010101 | 10001010 | 1001001 | 0 | 111 | 110011 | 101010 | 110011 | 100010 | 101100 |
Color Harmonies of #958A49
Complementary color
Monochromatic Colors of #958A49
Black with #958A49
Text Example
Text Example
White with #958A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A49; }
p { color: rgb(149,138,73); }
H1.HeaderClassName
{
color: #958A49;
}
.AnyTagClassName
{
color: #958A49;
}
</style>
background-color css
<style>
a { background-color: #958A49; }
a { background-color: rgb(149,138,73); }
div.DivClassName
{
background-color: #958A49;
}
.BgClassName
{
background-color: #958A49;
}
</style>
border-color css
<style>
span { border-color: #958A49; }
span { border-color: rgb(149,138,73); }
td.TdClassName
{
border-color: #958A49;
}
.TagClassName
{
border-color: #958A49;
}
</style>