Shades of Mauve Taupe #95566E
Tints of Mauve Taupe #95566E
RGB
CMYK
RGB Variations
Color information
#95566E (or 0x95566E) is known color: Mauve Taupe. HEX triplet: 95, 56 and 6E. RGB value is (149,86,110). Sum of RGB (Red+Green+Blue) = 149+86+110=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #95566E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95566E is #6AA991. Grayscale: #6B6B6B. Windows color (decimal): -6990226 or 7231125. OLE color: 7231125.
HSL color Cylindrical-coordinate representation of color #95566E: hue angle of 337.14º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95566E is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 86 | 110 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.42 |
| HSL | 337.14º | 0.27% | 0.46% | - |
| HSV(B) | 337.14º | 0.42% | 0.58% | - |
| XYZ | 18.54 | 14.17 | 16.51 | - |
| YUV | 107.57 | 129.37 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 86 | 110 | 0 | 0.42 | 0.26 | 0.42 | 337.14 | 0.27 | 0.46 |
| Hex | 95 | 56 | 6E | 0 | 2A | 1A | 2A | 151 | 1B | 2E |
| Octal | 225 | 126 | 156 | 0 | 52 | 32 | 52 | 521 | 33 | 56 |
| Binary | 10010101 | 1010110 | 1101110 | 0 | 101010 | 11010 | 101010 | 101010001 | 11011 | 101110 |
Color Harmonies of #95566E
Complementary color
Monochromatic Colors of #95566E
Black with #95566E
Text Example
Text Example
White with #95566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95566E; }
p { color: rgb(149,86,110); }
H1.HeaderClassName
{
color: #95566E;
}
.AnyTagClassName
{
color: #95566E;
}
</style>
background-color css
<style>
a { background-color: #95566E; }
a { background-color: rgb(149,86,110); }
div.DivClassName
{
background-color: #95566E;
}
.BgClassName
{
background-color: #95566E;
}
</style>
border-color css
<style>
span { border-color: #95566E; }
span { border-color: rgb(149,86,110); }
td.TdClassName
{
border-color: #95566E;
}
.TagClassName
{
border-color: #95566E;
}
</style>