Shades of Mauve Taupe #95686F
Tints of Mauve Taupe #95686F
RGB
CMYK
RGB Variations
Color information
#95686F (or 0x95686F) is known color: Mauve Taupe. HEX triplet: 95, 68 and 6F. RGB value is (149,104,111). Sum of RGB (Red+Green+Blue) = 149+104+111=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #95686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95686F is #6A9790. Grayscale: #767676. Windows color (decimal): -6985617 or 7301269. OLE color: 7301269.
HSL color Cylindrical-coordinate representation of color #95686F: hue angle of 350.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95686F is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 104 | 111 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.42 |
| HSL | 350.67º | 0.18% | 0.5% | - |
| HSV(B) | 350.67º | 0.3% | 0.58% | - |
| XYZ | 20.21 | 17.44 | 17.34 | - |
| YUV | 118.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 104 | 111 | 0 | 0.30 | 0.26 | 0.42 | 350.67 | 0.18 | 0.5 |
| Hex | 95 | 68 | 6F | 0 | 1E | 1A | 2A | 15F | 12 | 32 |
| Octal | 225 | 150 | 157 | 0 | 36 | 32 | 52 | 537 | 22 | 62 |
| Binary | 10010101 | 1101000 | 1101111 | 0 | 11110 | 11010 | 101010 | 101011111 | 10010 | 110010 |
Color Harmonies of #95686F
Complementary color
Monochromatic Colors of #95686F
Black with #95686F
Text Example
Text Example
White with #95686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95686F; }
p { color: rgb(149,104,111); }
H1.HeaderClassName
{
color: #95686F;
}
.AnyTagClassName
{
color: #95686F;
}
</style>
background-color css
<style>
a { background-color: #95686F; }
a { background-color: rgb(149,104,111); }
div.DivClassName
{
background-color: #95686F;
}
.BgClassName
{
background-color: #95686F;
}
</style>
border-color css
<style>
span { border-color: #95686F; }
span { border-color: rgb(149,104,111); }
td.TdClassName
{
border-color: #95686F;
}
.TagClassName
{
border-color: #95686F;
}
</style>