Shades of Mauve Taupe #95646C
Tints of Mauve Taupe #95646C
RGB
CMYK
RGB Variations
Color information
#95646C (or 0x95646C) is known color: Mauve Taupe. HEX triplet: 95, 64 and 6C. RGB value is (149,100,108). Sum of RGB (Red+Green+Blue) = 149+100+108=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95646C is #6A9B93. Grayscale: #737373. Windows color (decimal): -6986644 or 7103637. OLE color: 7103637.
HSL color Cylindrical-coordinate representation of color #95646C: hue angle of 350.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95646C is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 100 | 108 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.42 |
| HSL | 350.2º | 0.2% | 0.49% | - |
| HSV(B) | 350.2º | 0.33% | 0.58% | - |
| XYZ | 19.66 | 16.59 | 16.35 | - |
| YUV | 115.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 108 | 0 | 0.33 | 0.28 | 0.42 | 350.2 | 0.2 | 0.49 |
| Hex | 95 | 64 | 6C | 0 | 21 | 1C | 2A | 15E | 14 | 31 |
| Octal | 225 | 144 | 154 | 0 | 41 | 34 | 52 | 536 | 24 | 61 |
| Binary | 10010101 | 1100100 | 1101100 | 0 | 100001 | 11100 | 101010 | 101011110 | 10100 | 110001 |
Color Harmonies of #95646C
Complementary color
Monochromatic Colors of #95646C
Black with #95646C
Text Example
Text Example
White with #95646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95646C; }
p { color: rgb(149,100,108); }
H1.HeaderClassName
{
color: #95646C;
}
.AnyTagClassName
{
color: #95646C;
}
</style>
background-color css
<style>
a { background-color: #95646C; }
a { background-color: rgb(149,100,108); }
div.DivClassName
{
background-color: #95646C;
}
.BgClassName
{
background-color: #95646C;
}
</style>
border-color css
<style>
span { border-color: #95646C; }
span { border-color: rgb(149,100,108); }
td.TdClassName
{
border-color: #95646C;
}
.TagClassName
{
border-color: #95646C;
}
</style>