Shades of Highball #958145
Tints of Highball #958145
RGB
CMYK
RGB Variations
Color information
#958145 (or 0x958145) is known color: Highball. HEX triplet: 95, 81 and 45. RGB value is (149,129,69). Sum of RGB (Red+Green+Blue) = 149+129+69=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #958145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958145 is #6A7EBA. Grayscale: #808080. Windows color (decimal): -6979259 or 4555157. OLE color: 4555157.
HSL color Cylindrical-coordinate representation of color #958145: hue angle of 45º 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 #958145 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 129 | 69 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.42 |
| HSL | 45º | 0.37% | 0.43% | - |
| HSV(B) | 45º | 0.54% | 0.58% | - |
| XYZ | 21.32 | 22.52 | 8.85 | - |
| YUV | 128.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 129 | 69 | 0 | 0.13 | 0.54 | 0.42 | 45 | 0.37 | 0.43 |
| Hex | 95 | 81 | 45 | 0 | D | 36 | 2A | 2D | 25 | 2B |
| Octal | 225 | 201 | 105 | 0 | 15 | 66 | 52 | 55 | 45 | 53 |
| Binary | 10010101 | 10000001 | 1000101 | 0 | 1101 | 110110 | 101010 | 101101 | 100101 | 101011 |
Color Harmonies of #958145
Complementary color
Monochromatic Colors of #958145
Black with #958145
Text Example
Text Example
White with #958145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958145; }
p { color: rgb(149,129,69); }
H1.HeaderClassName
{
color: #958145;
}
.AnyTagClassName
{
color: #958145;
}
</style>
background-color css
<style>
a { background-color: #958145; }
a { background-color: rgb(149,129,69); }
div.DivClassName
{
background-color: #958145;
}
.BgClassName
{
background-color: #958145;
}
</style>
border-color css
<style>
span { border-color: #958145; }
span { border-color: rgb(149,129,69); }
td.TdClassName
{
border-color: #958145;
}
.TagClassName
{
border-color: #958145;
}
</style>