Shades of Mauve Taupe #955D6E
Tints of Mauve Taupe #955D6E
RGB
CMYK
RGB Variations
Color information
#955D6E (or 0x955D6E) is known color: Mauve Taupe. HEX triplet: 95, 5D and 6E. RGB value is (149,93,110). Sum of RGB (Red+Green+Blue) = 149+93+110=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #955D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D6E is #6AA291. Grayscale: #6F6F6F. Windows color (decimal): -6988434 or 7232917. OLE color: 7232917.
HSL color Cylindrical-coordinate representation of color #955D6E: hue angle of 341.79º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #955D6E is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 110 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.42 |
| HSL | 341.79º | 0.23% | 0.47% | - |
| HSV(B) | 341.79º | 0.38% | 0.58% | - |
| XYZ | 19.12 | 15.34 | 16.71 | - |
| YUV | 111.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 110 | 0 | 0.38 | 0.26 | 0.42 | 341.79 | 0.23 | 0.47 |
| Hex | 95 | 5D | 6E | 0 | 26 | 1A | 2A | 156 | 17 | 2F |
| Octal | 225 | 135 | 156 | 0 | 46 | 32 | 52 | 526 | 27 | 57 |
| Binary | 10010101 | 1011101 | 1101110 | 0 | 100110 | 11010 | 101010 | 101010110 | 10111 | 101111 |
Color Harmonies of #955D6E
Complementary color
Monochromatic Colors of #955D6E
Black with #955D6E
Text Example
Text Example
White with #955D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D6E; }
p { color: rgb(149,93,110); }
H1.HeaderClassName
{
color: #955D6E;
}
.AnyTagClassName
{
color: #955D6E;
}
</style>
background-color css
<style>
a { background-color: #955D6E; }
a { background-color: rgb(149,93,110); }
div.DivClassName
{
background-color: #955D6E;
}
.BgClassName
{
background-color: #955D6E;
}
</style>
border-color css
<style>
span { border-color: #955D6E; }
span { border-color: rgb(149,93,110); }
td.TdClassName
{
border-color: #955D6E;
}
.TagClassName
{
border-color: #955D6E;
}
</style>