Shades of Highball #958747
Tints of Highball #958747
RGB
CMYK
RGB Variations
Color information
#958747 (or 0x958747) is known color: Highball. HEX triplet: 95, 87 and 47. RGB value is (149,135,71). Sum of RGB (Red+Green+Blue) = 149+135+71=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #958747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958747 is #6A78B8. Grayscale: #848484. Windows color (decimal): -6977721 or 4687765. OLE color: 4687765.
HSL color Cylindrical-coordinate representation of color #958747: hue angle of 49.23º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #958747 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 135 | 71 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.42 |
| HSL | 49.23º | 0.35% | 0.43% | - |
| HSV(B) | 49.23º | 0.52% | 0.58% | - |
| XYZ | 22.2 | 24.17 | 9.46 | - |
| YUV | 131.89 | 93.64 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 135 | 71 | 0 | 0.09 | 0.52 | 0.42 | 49.23 | 0.35 | 0.43 |
| Hex | 95 | 87 | 47 | 0 | 9 | 34 | 2A | 31 | 23 | 2B |
| Octal | 225 | 207 | 107 | 0 | 11 | 64 | 52 | 61 | 43 | 53 |
| Binary | 10010101 | 10000111 | 1000111 | 0 | 1001 | 110100 | 101010 | 110001 | 100011 | 101011 |
Color Harmonies of #958747
Complementary color
Monochromatic Colors of #958747
Black with #958747
Text Example
Text Example
White with #958747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958747; }
p { color: rgb(149,135,71); }
H1.HeaderClassName
{
color: #958747;
}
.AnyTagClassName
{
color: #958747;
}
</style>
background-color css
<style>
a { background-color: #958747; }
a { background-color: rgb(149,135,71); }
div.DivClassName
{
background-color: #958747;
}
.BgClassName
{
background-color: #958747;
}
</style>
border-color css
<style>
span { border-color: #958747; }
span { border-color: rgb(149,135,71); }
td.TdClassName
{
border-color: #958747;
}
.TagClassName
{
border-color: #958747;
}
</style>