#885E61

Color #885E61 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #885E61

Tints of Mauve Taupe #885E61

Color information

#885E61 (or 0x885E61) is unknown color: approx Mauve Taupe. HEX triplet: 88, 5E and 61. RGB value is (136,94,97). Sum of RGB (Red+Green+Blue) = 136+94+97=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #885E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885E61 is #77A19E. Grayscale: #6A6A6A. Windows color (decimal): -7840159 or 6381192. OLE color: 6381192.

HSL color Cylindrical-coordinate representation of color #885E61: hue angle of 355.71º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #885E61 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1369497-
CMYK00.310.290.47
HSL355.71º18.26%45.1%-
HSV(B)355.71º30.88%53.33%-
XYZ16.3114.113.17-
YUV106.9122.41148.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 41.59%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 97 (38.28% from 255) = 29.66%
R=41.59%
G=28.75%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136949700.310.290.47355.7118.2645.1
Hex885E6101F1D2F164122d
Octal21013614103735575442255
Binary10001000101111011000010111111110110111110110010010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885E61; }

 p { color: rgb(136,94,97); }

 H1.HeaderClassName
 {
   color: #885E61;
 }
 .AnyTagClassName
 {
   color: #885E61;
 }
</style>
background-color css

<style>
 a { background-color: #885E61; }

 a { background-color: rgb(136,94,97); }

 div.DivClassName
 {
   background-color: #885E61;
 }
 .BgClassName
 {
   background-color: #885E61;
 }
</style>
border-color css

<style>
 span { border-color: #885E61; }

 span { border-color: rgb(136,94,97); }

 td.TdClassName
 {
   border-color: #885E61;
 }
 .TagClassName
 {
   border-color: #885E61;
 }
</style>