Shades of Mauve Taupe #955D68
Tints of Mauve Taupe #955D68
RGB
CMYK
RGB Variations
Color information
#955D68 (or 0x955D68) is known color: Mauve Taupe. HEX triplet: 95, 5D and 68. RGB value is (149,93,104). Sum of RGB (Red+Green+Blue) = 149+93+104=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #955D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D68 is #6AA297. Grayscale: #6F6F6F. Windows color (decimal): -6988440 or 6839701. OLE color: 6839701.
HSL color Cylindrical-coordinate representation of color #955D68: hue angle of 348.21º 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 #955D68 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 104 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.42 |
| HSL | 348.21º | 0.23% | 0.47% | - |
| HSV(B) | 348.21º | 0.38% | 0.58% | - |
| XYZ | 18.81 | 15.22 | 15.04 | - |
| YUV | 111 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 104 | 0 | 0.38 | 0.30 | 0.42 | 348.21 | 0.23 | 0.47 |
| Hex | 95 | 5D | 68 | 0 | 26 | 1E | 2A | 15C | 17 | 2F |
| Octal | 225 | 135 | 150 | 0 | 46 | 36 | 52 | 534 | 27 | 57 |
| Binary | 10010101 | 1011101 | 1101000 | 0 | 100110 | 11110 | 101010 | 101011100 | 10111 | 101111 |
Color Harmonies of #955D68
Complementary color
Monochromatic Colors of #955D68
Black with #955D68
Text Example
Text Example
White with #955D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D68; }
p { color: rgb(149,93,104); }
H1.HeaderClassName
{
color: #955D68;
}
.AnyTagClassName
{
color: #955D68;
}
</style>
background-color css
<style>
a { background-color: #955D68; }
a { background-color: rgb(149,93,104); }
div.DivClassName
{
background-color: #955D68;
}
.BgClassName
{
background-color: #955D68;
}
</style>
border-color css
<style>
span { border-color: #955D68; }
span { border-color: rgb(149,93,104); }
td.TdClassName
{
border-color: #955D68;
}
.TagClassName
{
border-color: #955D68;
}
</style>