#885C6A

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

Shades of Mauve Taupe #885C6A

Tints of Mauve Taupe #885C6A

Color information

#885C6A (or 0x885C6A) is unknown color: approx Mauve Taupe. HEX triplet: 88, 5C and 6A. RGB value is (136,92,106). Sum of RGB (Red+Green+Blue) = 136+92+106=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #885C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885C6A is #77A395. Grayscale: #6A6A6A. Windows color (decimal): -7840662 or 6970504. OLE color: 6970504.

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

Color convert

RGB13692106-
CMYK00.320.220.47
HSL340.91º19.3%44.71%-
HSV(B)340.91º32.35%53.33%-
XYZ16.5813.9315.45-
YUV106.75127.58148.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.72%
GREEN value IS 92 (36.33% from 255) = 27.54%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=40.72%
G=27.54%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369210600.320.220.47340.9119.344.71
Hex885C6A020162F155132d
Octal21013415204026575252355
Binary100010001011100110101001000001011010111110101010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885C6A; }

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

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

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

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

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

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

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

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