Shades of Mauve Taupe #95666E
Tints of Mauve Taupe #95666E
RGB
CMYK
RGB Variations
Color information
#95666E (or 0x95666E) is known color: Mauve Taupe. HEX triplet: 95, 66 and 6E. RGB value is (149,102,110). Sum of RGB (Red+Green+Blue) = 149+102+110=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #95666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95666E is #6A9991. Grayscale: #747474. Windows color (decimal): -6986130 or 7235221. OLE color: 7235221.
HSL color Cylindrical-coordinate representation of color #95666E: hue angle of 349.79º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95666E is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 102 | 110 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.42 |
| HSL | 349.79º | 0.19% | 0.49% | - |
| HSV(B) | 349.79º | 0.32% | 0.58% | - |
| XYZ | 19.96 | 17.02 | 16.98 | - |
| YUV | 116.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 110 | 0 | 0.32 | 0.26 | 0.42 | 349.79 | 0.19 | 0.49 |
| Hex | 95 | 66 | 6E | 0 | 20 | 1A | 2A | 15E | 13 | 31 |
| Octal | 225 | 146 | 156 | 0 | 40 | 32 | 52 | 536 | 23 | 61 |
| Binary | 10010101 | 1100110 | 1101110 | 0 | 100000 | 11010 | 101010 | 101011110 | 10011 | 110001 |
Color Harmonies of #95666E
Complementary color
Monochromatic Colors of #95666E
Black with #95666E
Text Example
Text Example
White with #95666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95666E; }
p { color: rgb(149,102,110); }
H1.HeaderClassName
{
color: #95666E;
}
.AnyTagClassName
{
color: #95666E;
}
</style>
background-color css
<style>
a { background-color: #95666E; }
a { background-color: rgb(149,102,110); }
div.DivClassName
{
background-color: #95666E;
}
.BgClassName
{
background-color: #95666E;
}
</style>
border-color css
<style>
span { border-color: #95666E; }
span { border-color: rgb(149,102,110); }
td.TdClassName
{
border-color: #95666E;
}
.TagClassName
{
border-color: #95666E;
}
</style>