#886270

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

Shades of Mauve Taupe #886270

Tints of Mauve Taupe #886270

Color information

#886270 (or 0x886270) is unknown color: approx Mauve Taupe. HEX triplet: 88, 62 and 70. RGB value is (136,98,112). Sum of RGB (Red+Green+Blue) = 136+98+112=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #886270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886270 is #779D8F. Grayscale: #6E6E6E. Windows color (decimal): -7839120 or 7365256. OLE color: 7365256.

HSL color Cylindrical-coordinate representation of color #886270: hue angle of 337.89º 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 #886270 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13698112-
CMYK00.280.180.47
HSL337.89º16.24%45.88%-
HSV(B)337.89º27.94%53.33%-
XYZ17.4515.1417.33-
YUV110.96128.59145.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.31%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=39.31%
G=28.32%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369811200.280.180.47337.8916.2445.88
Hex88627001C122F152102e
Octal21014216003422575222056
Binary10001000110001011100000111001001010111110101001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886270; }

 p { color: rgb(136,98,112); }

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

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

 a { background-color: rgb(136,98,112); }

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

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

 span { border-color: rgb(136,98,112); }

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