Shades of Mauve Taupe #955F66
Tints of Mauve Taupe #955F66
RGB
CMYK
RGB Variations
Color information
#955F66 (or 0x955F66) is known color: Mauve Taupe. HEX triplet: 95, 5F and 66. RGB value is (149,95,102). Sum of RGB (Red+Green+Blue) = 149+95+102=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #955F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955F66 is #6AA099. Grayscale: #6F6F6F. Windows color (decimal): -6987930 or 6709141. OLE color: 6709141.
HSL color Cylindrical-coordinate representation of color #955F66: hue angle of 352.22º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #955F66 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 95 | 102 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.42 |
| HSL | 352.22º | 0.22% | 0.48% | - |
| HSV(B) | 352.22º | 0.36% | 0.58% | - |
| XYZ | 18.88 | 15.53 | 14.57 | - |
| YUV | 111.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 102 | 0 | 0.36 | 0.32 | 0.42 | 352.22 | 0.22 | 0.48 |
| Hex | 95 | 5F | 66 | 0 | 24 | 20 | 2A | 160 | 16 | 30 |
| Octal | 225 | 137 | 146 | 0 | 44 | 40 | 52 | 540 | 26 | 60 |
| Binary | 10010101 | 1011111 | 1100110 | 0 | 100100 | 100000 | 101010 | 101100000 | 10110 | 110000 |
Color Harmonies of #955F66
Complementary color
Monochromatic Colors of #955F66
Black with #955F66
Text Example
Text Example
White with #955F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955F66; }
p { color: rgb(149,95,102); }
H1.HeaderClassName
{
color: #955F66;
}
.AnyTagClassName
{
color: #955F66;
}
</style>
background-color css
<style>
a { background-color: #955F66; }
a { background-color: rgb(149,95,102); }
div.DivClassName
{
background-color: #955F66;
}
.BgClassName
{
background-color: #955F66;
}
</style>
border-color css
<style>
span { border-color: #955F66; }
span { border-color: rgb(149,95,102); }
td.TdClassName
{
border-color: #955F66;
}
.TagClassName
{
border-color: #955F66;
}
</style>