Shades of Mauve Taupe #885B69
Tints of Mauve Taupe #885B69
RGB
CMYK
RGB Variations
Color information
#885B69 (or 0x885B69) is known color: Mauve Taupe. HEX triplet: 88, 5B and 69. RGB value is (136,91,105). Sum of RGB (Red+Green+Blue) = 136+91+105=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #885B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885B69 is #77A496. Grayscale: #6A6A6A. Windows color (decimal): -7840919 or 6904712. OLE color: 6904712.
HSL color Cylindrical-coordinate representation of color #885B69: hue angle of 341.33º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #885B69 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 91 | 105 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.47 |
| HSL | 341.33º | 0.2% | 0.45% | - |
| HSV(B) | 341.33º | 0.33% | 0.53% | - |
| XYZ | 16.44 | 13.74 | 15.15 | - |
| YUV | 106.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 91 | 105 | 0 | 0.33 | 0.23 | 0.47 | 341.33 | 0.2 | 0.45 |
| Hex | 88 | 5B | 69 | 0 | 21 | 17 | 2F | 155 | 14 | 2D |
| Octal | 210 | 133 | 151 | 0 | 41 | 27 | 57 | 525 | 24 | 55 |
| Binary | 10001000 | 1011011 | 1101001 | 0 | 100001 | 10111 | 101111 | 101010101 | 10100 | 101101 |
Color Harmonies of #885B69
Complementary color
Monochromatic Colors of #885B69
Black with #885B69
Text Example
Text Example
White with #885B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885B69; }
p { color: rgb(136,91,105); }
H1.HeaderClassName
{
color: #885B69;
}
.AnyTagClassName
{
color: #885B69;
}
</style>
background-color css
<style>
a { background-color: #885B69; }
a { background-color: rgb(136,91,105); }
div.DivClassName
{
background-color: #885B69;
}
.BgClassName
{
background-color: #885B69;
}
</style>
border-color css
<style>
span { border-color: #885B69; }
span { border-color: rgb(136,91,105); }
td.TdClassName
{
border-color: #885B69;
}
.TagClassName
{
border-color: #885B69;
}
</style>