Shades of Mauve Taupe #87646C
Tints of Mauve Taupe #87646C
RGB
CMYK
RGB Variations
Color information
#87646C (or 0x87646C) is known color: Mauve Taupe. HEX triplet: 87, 64 and 6C. RGB value is (135,100,108). Sum of RGB (Red+Green+Blue) = 135+100+108=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #87646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87646C is #789B93. Grayscale: #6F6F6F. Windows color (decimal): -7904148 or 7103623. OLE color: 7103623.
HSL color Cylindrical-coordinate representation of color #87646C: hue angle of 346.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #87646C is Cyan = 0, Magento = 0.26, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 100 | 108 | - |
| CMYK | 0 | 0.26 | 0.2 | 0.47 |
| HSL | 346.29º | 0.15% | 0.46% | - |
| HSV(B) | 346.29º | 0.26% | 0.53% | - |
| XYZ | 17.26 | 15.35 | 16.24 | - |
| YUV | 111.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 100 | 108 | 0 | 0.26 | 0.2 | 0.47 | 346.29 | 0.15 | 0.46 |
| Hex | 87 | 64 | 6C | 0 | 1A | 14 | 2F | 15A | F | 2E |
| Octal | 207 | 144 | 154 | 0 | 32 | 24 | 57 | 532 | 17 | 56 |
| Binary | 10000111 | 1100100 | 1101100 | 0 | 11010 | 10100 | 101111 | 101011010 | 1111 | 101110 |
Color Harmonies of #87646C
Complementary color
Monochromatic Colors of #87646C
Black with #87646C
Text Example
Text Example
White with #87646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87646C; }
p { color: rgb(135,100,108); }
H1.HeaderClassName
{
color: #87646C;
}
.AnyTagClassName
{
color: #87646C;
}
</style>
background-color css
<style>
a { background-color: #87646C; }
a { background-color: rgb(135,100,108); }
div.DivClassName
{
background-color: #87646C;
}
.BgClassName
{
background-color: #87646C;
}
</style>
border-color css
<style>
span { border-color: #87646C; }
span { border-color: rgb(135,100,108); }
td.TdClassName
{
border-color: #87646C;
}
.TagClassName
{
border-color: #87646C;
}
</style>