Shades of Mauve Taupe #95686D
Tints of Mauve Taupe #95686D
RGB
CMYK
RGB Variations
Color information
#95686D (or 0x95686D) is known color: Mauve Taupe. HEX triplet: 95, 68 and 6D. RGB value is (149,104,109). Sum of RGB (Red+Green+Blue) = 149+104+109=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #95686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95686D is #6A9792. Grayscale: #767676. Windows color (decimal): -6985619 or 7170197. OLE color: 7170197.
HSL color Cylindrical-coordinate representation of color #95686D: hue angle of 353.33º 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 #95686D is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 104 | 109 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.42 |
| HSL | 353.33º | 0.18% | 0.5% | - |
| HSV(B) | 353.33º | 0.3% | 0.58% | - |
| XYZ | 20.11 | 17.39 | 16.77 | - |
| YUV | 118.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 104 | 109 | 0 | 0.30 | 0.27 | 0.42 | 353.33 | 0.18 | 0.5 |
| Hex | 95 | 68 | 6D | 0 | 1E | 1B | 2A | 161 | 12 | 32 |
| Octal | 225 | 150 | 155 | 0 | 36 | 33 | 52 | 541 | 22 | 62 |
| Binary | 10010101 | 1101000 | 1101101 | 0 | 11110 | 11011 | 101010 | 101100001 | 10010 | 110010 |
Color Harmonies of #95686D
Complementary color
Monochromatic Colors of #95686D
Black with #95686D
Text Example
Text Example
White with #95686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95686D; }
p { color: rgb(149,104,109); }
H1.HeaderClassName
{
color: #95686D;
}
.AnyTagClassName
{
color: #95686D;
}
</style>
background-color css
<style>
a { background-color: #95686D; }
a { background-color: rgb(149,104,109); }
div.DivClassName
{
background-color: #95686D;
}
.BgClassName
{
background-color: #95686D;
}
</style>
border-color css
<style>
span { border-color: #95686D; }
span { border-color: rgb(149,104,109); }
td.TdClassName
{
border-color: #95686D;
}
.TagClassName
{
border-color: #95686D;
}
</style>