Shades of Highball #958143
Tints of Highball #958143
RGB
CMYK
RGB Variations
Color information
#958143 (or 0x958143) is known color: Highball. HEX triplet: 95, 81 and 43. RGB value is (149,129,67). Sum of RGB (Red+Green+Blue) = 149+129+67=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #958143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958143 is #6A7EBC. Grayscale: #808080. Windows color (decimal): -6979261 or 4424085. OLE color: 4424085.
HSL color Cylindrical-coordinate representation of color #958143: hue angle of 45.37º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #958143 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 129 | 67 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.42 |
| HSL | 45.37º | 0.38% | 0.42% | - |
| HSV(B) | 45.37º | 0.55% | 0.58% | - |
| XYZ | 21.26 | 22.5 | 8.53 | - |
| YUV | 127.91 | 93.63 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 129 | 67 | 0 | 0.13 | 0.55 | 0.42 | 45.37 | 0.38 | 0.42 |
| Hex | 95 | 81 | 43 | 0 | D | 37 | 2A | 2D | 26 | 2A |
| Octal | 225 | 201 | 103 | 0 | 15 | 67 | 52 | 55 | 46 | 52 |
| Binary | 10010101 | 10000001 | 1000011 | 0 | 1101 | 110111 | 101010 | 101101 | 100110 | 101010 |
Color Harmonies of #958143
Complementary color
Monochromatic Colors of #958143
Black with #958143
Text Example
Text Example
White with #958143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958143; }
p { color: rgb(149,129,67); }
H1.HeaderClassName
{
color: #958143;
}
.AnyTagClassName
{
color: #958143;
}
</style>
background-color css
<style>
a { background-color: #958143; }
a { background-color: rgb(149,129,67); }
div.DivClassName
{
background-color: #958143;
}
.BgClassName
{
background-color: #958143;
}
</style>
border-color css
<style>
span { border-color: #958143; }
span { border-color: rgb(149,129,67); }
td.TdClassName
{
border-color: #958143;
}
.TagClassName
{
border-color: #958143;
}
</style>