Shades of Highball #958745
Tints of Highball #958745
RGB
CMYK
RGB Variations
Color information
#958745 (or 0x958745) is known color: Highball. HEX triplet: 95, 87 and 45. RGB value is (149,135,69). Sum of RGB (Red+Green+Blue) = 149+135+69=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #958745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958745 is #6A78BA. Grayscale: #838383. Windows color (decimal): -6977723 or 4556693. OLE color: 4556693.
HSL color Cylindrical-coordinate representation of color #958745: hue angle of 49.5º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #958745 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 135 | 69 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.42 |
| HSL | 49.5º | 0.37% | 0.43% | - |
| HSV(B) | 49.5º | 0.54% | 0.58% | - |
| XYZ | 22.13 | 24.15 | 9.12 | - |
| YUV | 131.66 | 92.64 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 135 | 69 | 0 | 0.09 | 0.54 | 0.42 | 49.5 | 0.37 | 0.43 |
| Hex | 95 | 87 | 45 | 0 | 9 | 36 | 2A | 32 | 25 | 2B |
| Octal | 225 | 207 | 105 | 0 | 11 | 66 | 52 | 62 | 45 | 53 |
| Binary | 10010101 | 10000111 | 1000101 | 0 | 1001 | 110110 | 101010 | 110010 | 100101 | 101011 |
Color Harmonies of #958745
Complementary color
Monochromatic Colors of #958745
Black with #958745
Text Example
Text Example
White with #958745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958745; }
p { color: rgb(149,135,69); }
H1.HeaderClassName
{
color: #958745;
}
.AnyTagClassName
{
color: #958745;
}
</style>
background-color css
<style>
a { background-color: #958745; }
a { background-color: rgb(149,135,69); }
div.DivClassName
{
background-color: #958745;
}
.BgClassName
{
background-color: #958745;
}
</style>
border-color css
<style>
span { border-color: #958745; }
span { border-color: rgb(149,135,69); }
td.TdClassName
{
border-color: #958745;
}
.TagClassName
{
border-color: #958745;
}
</style>