#886171

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

Shades of Mauve Taupe #886171

Tints of Mauve Taupe #886171

Color information

#886171 (or 0x886171) is unknown color: approx Mauve Taupe. HEX triplet: 88, 61 and 71. RGB value is (136,97,113). Sum of RGB (Red+Green+Blue) = 136+97+113=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #886171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886171 is #779E8E. Grayscale: #6E6E6E. Windows color (decimal): -7839375 or 7430536. OLE color: 7430536.

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

Color convert

RGB13697113-
CMYK00.290.170.47
HSL335.38º16.74%45.69%-
HSV(B)335.38º28.68%53.33%-
XYZ17.4114.9817.6-
YUV110.49129.42146.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.31%
GREEN value IS 97 (38.28% from 255) = 28.03%
BLUE value IS 113 (44.53% from 255) = 32.66%
R=39.31%
G=28.03%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369711300.290.170.47335.3816.7445.69
Hex88617101D112F14f112e
Octal21014116103521575172156
Binary10001000110000111100010111011000110111110100111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886171; }

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

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

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

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

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

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

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

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