#886870

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

Shades of Mauve Taupe #886870

Tints of Mauve Taupe #886870

Color information

#886870 (or 0x886870) is unknown color: approx Mauve Taupe. HEX triplet: 88, 68 and 70. RGB value is (136,104,112). Sum of RGB (Red+Green+Blue) = 136+104+112=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #886870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886870 is #77978F. Grayscale: #727272. Windows color (decimal): -7837584 or 7366792. OLE color: 7366792.

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

Color convert

RGB136104112-
CMYK00.240.180.47
HSL345º13.33%47.06%-
HSV(B)345º23.53%53.33%-
XYZ18.0316.317.53-
YUV114.48126.6143.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.64%
GREEN value IS 104 (41.02% from 255) = 29.55%
BLUE value IS 112 (44.14% from 255) = 31.82%
R=38.64%
G=29.55%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610411200.240.180.4734513.3347.06
Hex886870018122F159d2f
Octal21015016003022575311557
Binary1000100011010001110000011000100101011111010110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886870; }

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

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

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

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

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

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

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

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