Shades of Highball #958445
Tints of Highball #958445
RGB
CMYK
RGB Variations
Color information
#958445 (or 0x958445) is known color: Highball. HEX triplet: 95, 84 and 45. RGB value is (149,132,69). Sum of RGB (Red+Green+Blue) = 149+132+69=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #958445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958445 is #6A7BBA. Grayscale: #828282. Windows color (decimal): -6978491 or 4555925. OLE color: 4555925.
HSL color Cylindrical-coordinate representation of color #958445: hue angle of 47.25º 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 #958445 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 132 | 69 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.42 |
| HSL | 47.25º | 0.37% | 0.43% | - |
| HSV(B) | 47.25º | 0.54% | 0.58% | - |
| XYZ | 21.72 | 23.32 | 8.99 | - |
| YUV | 129.9 | 93.63 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 69 | 0 | 0.11 | 0.54 | 0.42 | 47.25 | 0.37 | 0.43 |
| Hex | 95 | 84 | 45 | 0 | B | 36 | 2A | 2F | 25 | 2B |
| Octal | 225 | 204 | 105 | 0 | 13 | 66 | 52 | 57 | 45 | 53 |
| Binary | 10010101 | 10000100 | 1000101 | 0 | 1011 | 110110 | 101010 | 101111 | 100101 | 101011 |
Color Harmonies of #958445
Complementary color
Monochromatic Colors of #958445
Black with #958445
Text Example
Text Example
White with #958445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958445; }
p { color: rgb(149,132,69); }
H1.HeaderClassName
{
color: #958445;
}
.AnyTagClassName
{
color: #958445;
}
</style>
background-color css
<style>
a { background-color: #958445; }
a { background-color: rgb(149,132,69); }
div.DivClassName
{
background-color: #958445;
}
.BgClassName
{
background-color: #958445;
}
</style>
border-color css
<style>
span { border-color: #958445; }
span { border-color: rgb(149,132,69); }
td.TdClassName
{
border-color: #958445;
}
.TagClassName
{
border-color: #958445;
}
</style>