Shades of Highball #958245
Tints of Highball #958245
RGB
CMYK
RGB Variations
Color information
#958245 (or 0x958245) is known color: Highball. HEX triplet: 95, 82 and 45. RGB value is (149,130,69). Sum of RGB (Red+Green+Blue) = 149+130+69=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #958245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958245 is #6A7DBA. Grayscale: #808080. Windows color (decimal): -6979003 or 4555413. OLE color: 4555413.
HSL color Cylindrical-coordinate representation of color #958245: hue angle of 45.75º 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 #958245 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 130 | 69 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.42 |
| HSL | 45.75º | 0.37% | 0.43% | - |
| HSV(B) | 45.75º | 0.54% | 0.58% | - |
| XYZ | 21.45 | 22.78 | 8.9 | - |
| YUV | 128.73 | 94.29 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 69 | 0 | 0.13 | 0.54 | 0.42 | 45.75 | 0.37 | 0.43 |
| Hex | 95 | 82 | 45 | 0 | D | 36 | 2A | 2E | 25 | 2B |
| Octal | 225 | 202 | 105 | 0 | 15 | 66 | 52 | 56 | 45 | 53 |
| Binary | 10010101 | 10000010 | 1000101 | 0 | 1101 | 110110 | 101010 | 101110 | 100101 | 101011 |
Color Harmonies of #958245
Complementary color
Monochromatic Colors of #958245
Black with #958245
Text Example
Text Example
White with #958245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958245; }
p { color: rgb(149,130,69); }
H1.HeaderClassName
{
color: #958245;
}
.AnyTagClassName
{
color: #958245;
}
</style>
background-color css
<style>
a { background-color: #958245; }
a { background-color: rgb(149,130,69); }
div.DivClassName
{
background-color: #958245;
}
.BgClassName
{
background-color: #958245;
}
</style>
border-color css
<style>
span { border-color: #958245; }
span { border-color: rgb(149,130,69); }
td.TdClassName
{
border-color: #958245;
}
.TagClassName
{
border-color: #958245;
}
</style>