#885C66

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

Shades of Mauve Taupe #885C66

Tints of Mauve Taupe #885C66

Color information

#885C66 (or 0x885C66) is unknown color: approx Mauve Taupe. HEX triplet: 88, 5C and 66. RGB value is (136,92,102). Sum of RGB (Red+Green+Blue) = 136+92+102=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #885C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885C66 is #77A399. Grayscale: #6A6A6A. Windows color (decimal): -7840666 or 6708360. OLE color: 6708360.

HSL color Cylindrical-coordinate representation of color #885C66: hue angle of 346.36º 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 #885C66 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB13692102-
CMYK00.320.250.47
HSL346.36º19.3%44.71%-
HSV(B)346.36º32.35%53.33%-
XYZ16.3813.8514.38-
YUV106.3125.58149.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.21%
GREEN value IS 92 (36.33% from 255) = 27.88%
BLUE value IS 102 (40.23% from 255) = 30.91%
R=41.21%
G=27.88%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369210200.320.250.47346.3619.344.71
Hex885C66020192F15a132d
Octal21013414604031575322355
Binary100010001011100110011001000001100110111110101101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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