Shades of Mauve Taupe #955E6C
Tints of Mauve Taupe #955E6C
RGB
CMYK
RGB Variations
Color information
#955E6C (or 0x955E6C) is known color: Mauve Taupe. HEX triplet: 95, 5E and 6C. RGB value is (149,94,108). Sum of RGB (Red+Green+Blue) = 149+94+108=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #955E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955E6C is #6AA193. Grayscale: #707070. Windows color (decimal): -6988180 or 7102101. OLE color: 7102101.
HSL color Cylindrical-coordinate representation of color #955E6C: hue angle of 344.73º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #955E6C is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 94 | 108 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.42 |
| HSL | 344.73º | 0.23% | 0.48% | - |
| HSV(B) | 344.73º | 0.37% | 0.58% | - |
| XYZ | 19.1 | 15.48 | 16.17 | - |
| YUV | 112.04 | 125.72 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 108 | 0 | 0.37 | 0.28 | 0.42 | 344.73 | 0.23 | 0.48 |
| Hex | 95 | 5E | 6C | 0 | 25 | 1C | 2A | 159 | 17 | 30 |
| Octal | 225 | 136 | 154 | 0 | 45 | 34 | 52 | 531 | 27 | 60 |
| Binary | 10010101 | 1011110 | 1101100 | 0 | 100101 | 11100 | 101010 | 101011001 | 10111 | 110000 |
Color Harmonies of #955E6C
Complementary color
Monochromatic Colors of #955E6C
Black with #955E6C
Text Example
Text Example
White with #955E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955E6C; }
p { color: rgb(149,94,108); }
H1.HeaderClassName
{
color: #955E6C;
}
.AnyTagClassName
{
color: #955E6C;
}
</style>
background-color css
<style>
a { background-color: #955E6C; }
a { background-color: rgb(149,94,108); }
div.DivClassName
{
background-color: #955E6C;
}
.BgClassName
{
background-color: #955E6C;
}
</style>
border-color css
<style>
span { border-color: #955E6C; }
span { border-color: rgb(149,94,108); }
td.TdClassName
{
border-color: #955E6C;
}
.TagClassName
{
border-color: #955E6C;
}
</style>