Shades of Mauve Taupe #955D6D
Tints of Mauve Taupe #955D6D
RGB
CMYK
RGB Variations
Color information
#955D6D (or 0x955D6D) is known color: Mauve Taupe. HEX triplet: 95, 5D and 6D. RGB value is (149,93,109). Sum of RGB (Red+Green+Blue) = 149+93+109=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #955D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D6D is #6AA292. Grayscale: #6F6F6F. Windows color (decimal): -6988435 or 7167381. OLE color: 7167381.
HSL color Cylindrical-coordinate representation of color #955D6D: hue angle of 342.86º 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 #955D6D is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 109 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.42 |
| HSL | 342.86º | 0.23% | 0.47% | - |
| HSV(B) | 342.86º | 0.38% | 0.58% | - |
| XYZ | 19.07 | 15.32 | 16.42 | - |
| YUV | 111.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 109 | 0 | 0.38 | 0.27 | 0.42 | 342.86 | 0.23 | 0.47 |
| Hex | 95 | 5D | 6D | 0 | 26 | 1B | 2A | 157 | 17 | 2F |
| Octal | 225 | 135 | 155 | 0 | 46 | 33 | 52 | 527 | 27 | 57 |
| Binary | 10010101 | 1011101 | 1101101 | 0 | 100110 | 11011 | 101010 | 101010111 | 10111 | 101111 |
Color Harmonies of #955D6D
Complementary color
Monochromatic Colors of #955D6D
Black with #955D6D
Text Example
Text Example
White with #955D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D6D; }
p { color: rgb(149,93,109); }
H1.HeaderClassName
{
color: #955D6D;
}
.AnyTagClassName
{
color: #955D6D;
}
</style>
background-color css
<style>
a { background-color: #955D6D; }
a { background-color: rgb(149,93,109); }
div.DivClassName
{
background-color: #955D6D;
}
.BgClassName
{
background-color: #955D6D;
}
</style>
border-color css
<style>
span { border-color: #955D6D; }
span { border-color: rgb(149,93,109); }
td.TdClassName
{
border-color: #955D6D;
}
.TagClassName
{
border-color: #955D6D;
}
</style>