Shades of Mauve Taupe #95666A
Tints of Mauve Taupe #95666A
RGB
CMYK
RGB Variations
Color information
#95666A (or 0x95666A) is known color: Mauve Taupe. HEX triplet: 95, 66 and 6A. RGB value is (149,102,106). Sum of RGB (Red+Green+Blue) = 149+102+106=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95666A is #6A9995. Grayscale: #747474. Windows color (decimal): -6986134 or 6973077. OLE color: 6973077.
HSL color Cylindrical-coordinate representation of color #95666A: hue angle of 354.89º 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 #95666A is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 102 | 106 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.42 |
| HSL | 354.89º | 0.19% | 0.49% | - |
| HSV(B) | 354.89º | 0.32% | 0.58% | - |
| XYZ | 19.75 | 16.93 | 15.86 | - |
| YUV | 116.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 106 | 0 | 0.32 | 0.29 | 0.42 | 354.89 | 0.19 | 0.49 |
| Hex | 95 | 66 | 6A | 0 | 20 | 1D | 2A | 163 | 13 | 31 |
| Octal | 225 | 146 | 152 | 0 | 40 | 35 | 52 | 543 | 23 | 61 |
| Binary | 10010101 | 1100110 | 1101010 | 0 | 100000 | 11101 | 101010 | 101100011 | 10011 | 110001 |
Color Harmonies of #95666A
Complementary color
Monochromatic Colors of #95666A
Black with #95666A
Text Example
Text Example
White with #95666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95666A; }
p { color: rgb(149,102,106); }
H1.HeaderClassName
{
color: #95666A;
}
.AnyTagClassName
{
color: #95666A;
}
</style>
background-color css
<style>
a { background-color: #95666A; }
a { background-color: rgb(149,102,106); }
div.DivClassName
{
background-color: #95666A;
}
.BgClassName
{
background-color: #95666A;
}
</style>
border-color css
<style>
span { border-color: #95666A; }
span { border-color: rgb(149,102,106); }
td.TdClassName
{
border-color: #95666A;
}
.TagClassName
{
border-color: #95666A;
}
</style>