#886071

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

Shades of Mauve Taupe #886071

Tints of Mauve Taupe #886071

Color information

#886071 (or 0x886071) is unknown color: approx Mauve Taupe. HEX triplet: 88, 60 and 71. RGB value is (136,96,113). Sum of RGB (Red+Green+Blue) = 136+96+113=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 136 - color contains mainly: red. Hex color #886071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886071 is #779F8E. Grayscale: #6D6D6D. Windows color (decimal): -7839631 or 7430280. OLE color: 7430280.

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

Color convert

RGB13696113-
CMYK00.290.170.47
HSL334.5º17.24%45.49%-
HSV(B)334.5º29.41%53.33%-
XYZ17.3214.7917.57-
YUV109.9129.75146.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.42%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 113 (44.53% from 255) = 32.75%
R=39.42%
G=27.83%
B=32.75%

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
Decimal1369611300.290.170.47334.517.2445.49
Hex88607101D112F14e112d
Octal21014016103521575162155
Binary10001000110000011100010111011000110111110100111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886071; }

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

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

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

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

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

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

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

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