Shades of Mauve Taupe #955D6B
Tints of Mauve Taupe #955D6B
RGB
CMYK
RGB Variations
Color information
#955D6B (or 0x955D6B) is known color: Mauve Taupe. HEX triplet: 95, 5D and 6B. RGB value is (149,93,107). Sum of RGB (Red+Green+Blue) = 149+93+107=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #955D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D6B is #6AA294. Grayscale: #6F6F6F. Windows color (decimal): -6988437 or 7036309. OLE color: 7036309.
HSL color Cylindrical-coordinate representation of color #955D6B: hue angle of 345º 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 #955D6B is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 107 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.42 |
| HSL | 345º | 0.23% | 0.47% | - |
| HSV(B) | 345º | 0.38% | 0.58% | - |
| XYZ | 18.96 | 15.28 | 15.86 | - |
| YUV | 111.34 | 125.55 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 107 | 0 | 0.38 | 0.28 | 0.42 | 345 | 0.23 | 0.47 |
| Hex | 95 | 5D | 6B | 0 | 26 | 1C | 2A | 159 | 17 | 2F |
| Octal | 225 | 135 | 153 | 0 | 46 | 34 | 52 | 531 | 27 | 57 |
| Binary | 10010101 | 1011101 | 1101011 | 0 | 100110 | 11100 | 101010 | 101011001 | 10111 | 101111 |
Color Harmonies of #955D6B
Complementary color
Monochromatic Colors of #955D6B
Black with #955D6B
Text Example
Text Example
White with #955D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D6B; }
p { color: rgb(149,93,107); }
H1.HeaderClassName
{
color: #955D6B;
}
.AnyTagClassName
{
color: #955D6B;
}
</style>
background-color css
<style>
a { background-color: #955D6B; }
a { background-color: rgb(149,93,107); }
div.DivClassName
{
background-color: #955D6B;
}
.BgClassName
{
background-color: #955D6B;
}
</style>
border-color css
<style>
span { border-color: #955D6B; }
span { border-color: rgb(149,93,107); }
td.TdClassName
{
border-color: #955D6B;
}
.TagClassName
{
border-color: #955D6B;
}
</style>