#886A73

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

Shades of Mauve Taupe #886A73

Tints of Mauve Taupe #886A73

Color information

#886A73 (or 0x886A73) is unknown color: approx Mauve Taupe. HEX triplet: 88, 6A and 73. RGB value is (136,106,115). Sum of RGB (Red+Green+Blue) = 136+106+115=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #886A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886A73 is #77958C. Grayscale: #737373. Windows color (decimal): -7837069 or 7563912. OLE color: 7563912.

HSL color Cylindrical-coordinate representation of color #886A73: hue angle of 342º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #886A73 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB136106115-
CMYK00.220.150.47
HSL342º12.4%47.45%-
HSV(B)342º22.06%53.33%-
XYZ18.416.7818.49-
YUV116127.44142.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.10%
GREEN value IS 106 (41.80% from 255) = 29.69%
BLUE value IS 115 (45.31% from 255) = 32.21%
R=38.10%
G=29.69%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610611500.220.150.4734212.447.45
Hex886A73016F2F156c2f
Octal21015216302617575261457
Binary100010001101010111001101011011111011111010101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886A73; }

 p { color: rgb(136,106,115); }

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

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

 a { background-color: rgb(136,106,115); }

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

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

 span { border-color: rgb(136,106,115); }

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