Shades of Mauve Taupe #955D69
Tints of Mauve Taupe #955D69
RGB
CMYK
RGB Variations
Color information
#955D69 (or 0x955D69) is known color: Mauve Taupe. HEX triplet: 95, 5D and 69. RGB value is (149,93,105). Sum of RGB (Red+Green+Blue) = 149+93+105=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #955D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D69 is #6AA296. Grayscale: #6F6F6F. Windows color (decimal): -6988439 or 6905237. OLE color: 6905237.
HSL color Cylindrical-coordinate representation of color #955D69: hue angle of 347.14º 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 #955D69 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 105 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.42 |
| HSL | 347.14º | 0.23% | 0.47% | - |
| HSV(B) | 347.14º | 0.38% | 0.58% | - |
| XYZ | 18.86 | 15.24 | 15.31 | - |
| YUV | 111.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 105 | 0 | 0.38 | 0.30 | 0.42 | 347.14 | 0.23 | 0.47 |
| Hex | 95 | 5D | 69 | 0 | 26 | 1E | 2A | 15B | 17 | 2F |
| Octal | 225 | 135 | 151 | 0 | 46 | 36 | 52 | 533 | 27 | 57 |
| Binary | 10010101 | 1011101 | 1101001 | 0 | 100110 | 11110 | 101010 | 101011011 | 10111 | 101111 |
Color Harmonies of #955D69
Complementary color
Monochromatic Colors of #955D69
Black with #955D69
Text Example
Text Example
White with #955D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D69; }
p { color: rgb(149,93,105); }
H1.HeaderClassName
{
color: #955D69;
}
.AnyTagClassName
{
color: #955D69;
}
</style>
background-color css
<style>
a { background-color: #955D69; }
a { background-color: rgb(149,93,105); }
div.DivClassName
{
background-color: #955D69;
}
.BgClassName
{
background-color: #955D69;
}
</style>
border-color css
<style>
span { border-color: #955D69; }
span { border-color: rgb(149,93,105); }
td.TdClassName
{
border-color: #955D69;
}
.TagClassName
{
border-color: #955D69;
}
</style>