Shades of Mauve Taupe #886267
Tints of Mauve Taupe #886267
RGB
CMYK
RGB Variations
Color information
#886267 (or 0x886267) is known color: Mauve Taupe. HEX triplet: 88, 62 and 67. RGB value is (136,98,103). Sum of RGB (Red+Green+Blue) = 136+98+103=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #886267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886267 is #779D98. Grayscale: #6D6D6D. Windows color (decimal): -7839129 or 6775432. OLE color: 6775432.
HSL color Cylindrical-coordinate representation of color #886267: hue angle of 352.11º 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 #886267 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 98 | 103 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.47 |
| HSL | 352.11º | 0.16% | 0.46% | - |
| HSV(B) | 352.11º | 0.28% | 0.53% | - |
| XYZ | 16.97 | 14.95 | 14.82 | - |
| YUV | 109.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 98 | 103 | 0 | 0.28 | 0.24 | 0.47 | 352.11 | 0.16 | 0.46 |
| Hex | 88 | 62 | 67 | 0 | 1C | 18 | 2F | 160 | 10 | 2E |
| Octal | 210 | 142 | 147 | 0 | 34 | 30 | 57 | 540 | 20 | 56 |
| Binary | 10001000 | 1100010 | 1100111 | 0 | 11100 | 11000 | 101111 | 101100000 | 10000 | 101110 |
Color Harmonies of #886267
Complementary color
Monochromatic Colors of #886267
Black with #886267
Text Example
Text Example
White with #886267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886267; }
p { color: rgb(136,98,103); }
H1.HeaderClassName
{
color: #886267;
}
.AnyTagClassName
{
color: #886267;
}
</style>
background-color css
<style>
a { background-color: #886267; }
a { background-color: rgb(136,98,103); }
div.DivClassName
{
background-color: #886267;
}
.BgClassName
{
background-color: #886267;
}
</style>
border-color css
<style>
span { border-color: #886267; }
span { border-color: rgb(136,98,103); }
td.TdClassName
{
border-color: #886267;
}
.TagClassName
{
border-color: #886267;
}
</style>