Shades of Mauve Taupe #95686C
Tints of Mauve Taupe #95686C
RGB
CMYK
RGB Variations
Color information
#95686C (or 0x95686C) is known color: Mauve Taupe. HEX triplet: 95, 68 and 6C. RGB value is (149,104,108). Sum of RGB (Red+Green+Blue) = 149+104+108=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #95686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95686C is #6A9793. Grayscale: #757575. Windows color (decimal): -6985620 or 7104661. OLE color: 7104661.
HSL color Cylindrical-coordinate representation of color #95686C: hue angle of 354.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 #95686C is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 104 | 108 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.42 |
| HSL | 354.67º | 0.18% | 0.5% | - |
| HSV(B) | 354.67º | 0.3% | 0.58% | - |
| XYZ | 20.05 | 17.37 | 16.48 | - |
| YUV | 117.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 104 | 108 | 0 | 0.30 | 0.28 | 0.42 | 354.67 | 0.18 | 0.5 |
| Hex | 95 | 68 | 6C | 0 | 1E | 1C | 2A | 163 | 12 | 32 |
| Octal | 225 | 150 | 154 | 0 | 36 | 34 | 52 | 543 | 22 | 62 |
| Binary | 10010101 | 1101000 | 1101100 | 0 | 11110 | 11100 | 101010 | 101100011 | 10010 | 110010 |
Color Harmonies of #95686C
Complementary color
Monochromatic Colors of #95686C
Black with #95686C
Text Example
Text Example
White with #95686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95686C; }
p { color: rgb(149,104,108); }
H1.HeaderClassName
{
color: #95686C;
}
.AnyTagClassName
{
color: #95686C;
}
</style>
background-color css
<style>
a { background-color: #95686C; }
a { background-color: rgb(149,104,108); }
div.DivClassName
{
background-color: #95686C;
}
.BgClassName
{
background-color: #95686C;
}
</style>
border-color css
<style>
span { border-color: #95686C; }
span { border-color: rgb(149,104,108); }
td.TdClassName
{
border-color: #95686C;
}
.TagClassName
{
border-color: #95686C;
}
</style>