Shades of Highball #958943
Tints of Highball #958943
RGB
CMYK
RGB Variations
Color information
#958943 (or 0x958943) is known color: Highball. HEX triplet: 95, 89 and 43. RGB value is (149,137,67). Sum of RGB (Red+Green+Blue) = 149+137+67=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #958943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958943 is #6A76BC. Grayscale: #848484. Windows color (decimal): -6977213 or 4426133. OLE color: 4426133.
HSL color Cylindrical-coordinate representation of color #958943: hue angle of 51.22º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #958943 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 137 | 67 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.42 |
| HSL | 51.22º | 0.38% | 0.42% | - |
| HSV(B) | 51.22º | 0.55% | 0.58% | - |
| XYZ | 22.35 | 24.69 | 8.9 | - |
| YUV | 132.61 | 90.98 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 137 | 67 | 0 | 0.08 | 0.55 | 0.42 | 51.22 | 0.38 | 0.42 |
| Hex | 95 | 89 | 43 | 0 | 8 | 37 | 2A | 33 | 26 | 2A |
| Octal | 225 | 211 | 103 | 0 | 10 | 67 | 52 | 63 | 46 | 52 |
| Binary | 10010101 | 10001001 | 1000011 | 0 | 1000 | 110111 | 101010 | 110011 | 100110 | 101010 |
Color Harmonies of #958943
Complementary color
Monochromatic Colors of #958943
Black with #958943
Text Example
Text Example
White with #958943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958943; }
p { color: rgb(149,137,67); }
H1.HeaderClassName
{
color: #958943;
}
.AnyTagClassName
{
color: #958943;
}
</style>
background-color css
<style>
a { background-color: #958943; }
a { background-color: rgb(149,137,67); }
div.DivClassName
{
background-color: #958943;
}
.BgClassName
{
background-color: #958943;
}
</style>
border-color css
<style>
span { border-color: #958943; }
span { border-color: rgb(149,137,67); }
td.TdClassName
{
border-color: #958943;
}
.TagClassName
{
border-color: #958943;
}
</style>