#885C69

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

Shades of Mauve Taupe #885C69

Tints of Mauve Taupe #885C69

Color information

#885C69 (or 0x885C69) is unknown color: approx Mauve Taupe. HEX triplet: 88, 5C and 69. RGB value is (136,92,105). Sum of RGB (Red+Green+Blue) = 136+92+105=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #885C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885C69 is #77A396. Grayscale: #6A6A6A. Windows color (decimal): -7840663 or 6904968. OLE color: 6904968.

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

Color convert

RGB13692105-
CMYK00.320.230.47
HSL342.27º19.3%44.71%-
HSV(B)342.27º32.35%53.33%-
XYZ16.5313.9115.18-
YUV106.64127.08148.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.84%
GREEN value IS 92 (36.33% from 255) = 27.63%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=40.84%
G=27.63%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369210500.320.230.47342.2719.344.71
Hex885C69020172F156132d
Octal21013415104027575262355
Binary100010001011100110100101000001011110111110101011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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