Shades of Mauve Taupe #886265
Tints of Mauve Taupe #886265
RGB
CMYK
RGB Variations
Color information
#886265 (or 0x886265) is known color: Mauve Taupe. HEX triplet: 88, 62 and 65. RGB value is (136,98,101). Sum of RGB (Red+Green+Blue) = 136+98+101=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #886265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886265 is #779D9A. Grayscale: #6D6D6D. Windows color (decimal): -7839131 or 6644360. OLE color: 6644360.
HSL color Cylindrical-coordinate representation of color #886265: hue angle of 355.26º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #886265 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 98 | 101 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.47 |
| HSL | 355.26º | 0.16% | 0.46% | - |
| HSV(B) | 355.26º | 0.28% | 0.53% | - |
| XYZ | 16.87 | 14.91 | 14.3 | - |
| YUV | 109.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 98 | 101 | 0 | 0.28 | 0.26 | 0.47 | 355.26 | 0.16 | 0.46 |
| Hex | 88 | 62 | 65 | 0 | 1C | 1A | 2F | 163 | 10 | 2E |
| Octal | 210 | 142 | 145 | 0 | 34 | 32 | 57 | 543 | 20 | 56 |
| Binary | 10001000 | 1100010 | 1100101 | 0 | 11100 | 11010 | 101111 | 101100011 | 10000 | 101110 |
Color Harmonies of #886265
Complementary color
Monochromatic Colors of #886265
Black with #886265
Text Example
Text Example
White with #886265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886265; }
p { color: rgb(136,98,101); }
H1.HeaderClassName
{
color: #886265;
}
.AnyTagClassName
{
color: #886265;
}
</style>
background-color css
<style>
a { background-color: #886265; }
a { background-color: rgb(136,98,101); }
div.DivClassName
{
background-color: #886265;
}
.BgClassName
{
background-color: #886265;
}
</style>
border-color css
<style>
span { border-color: #886265; }
span { border-color: rgb(136,98,101); }
td.TdClassName
{
border-color: #886265;
}
.TagClassName
{
border-color: #886265;
}
</style>