Shades of Highball #958834
Tints of Highball #958834
RGB
CMYK
RGB Variations
Color information
#958834 (or 0x958834) is known color: Highball. HEX triplet: 95, 88 and 34. RGB value is (149,136,52). Sum of RGB (Red+Green+Blue) = 149+136+52=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #958834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958834 is #6A77CB. Grayscale: #828282. Windows color (decimal): -6977484 or 3442837. OLE color: 3442837.
HSL color Cylindrical-coordinate representation of color #958834: hue angle of 51.96º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #958834 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 136 | 52 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.42 |
| HSL | 51.96º | 0.48% | 0.39% | - |
| HSV(B) | 51.96º | 0.65% | 0.58% | - |
| XYZ | 21.82 | 24.25 | 6.78 | - |
| YUV | 130.31 | 83.81 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 52 | 0 | 0.09 | 0.65 | 0.42 | 51.96 | 0.48 | 0.39 |
| Hex | 95 | 88 | 34 | 0 | 9 | 41 | 2A | 34 | 30 | 27 |
| Octal | 225 | 210 | 64 | 0 | 11 | 101 | 52 | 64 | 60 | 47 |
| Binary | 10010101 | 10001000 | 110100 | 0 | 1001 | 1000001 | 101010 | 110100 | 110000 | 100111 |
Color Harmonies of #958834
Complementary color
Monochromatic Colors of #958834
Black with #958834
Text Example
Text Example
White with #958834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958834; }
p { color: rgb(149,136,52); }
H1.HeaderClassName
{
color: #958834;
}
.AnyTagClassName
{
color: #958834;
}
</style>
background-color css
<style>
a { background-color: #958834; }
a { background-color: rgb(149,136,52); }
div.DivClassName
{
background-color: #958834;
}
.BgClassName
{
background-color: #958834;
}
</style>
border-color css
<style>
span { border-color: #958834; }
span { border-color: rgb(149,136,52); }
td.TdClassName
{
border-color: #958834;
}
.TagClassName
{
border-color: #958834;
}
</style>