#885D69

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

Shades of Mauve Taupe #885D69

Tints of Mauve Taupe #885D69

Color information

#885D69 (or 0x885D69) is unknown color: approx Mauve Taupe. HEX triplet: 88, 5D and 69. RGB value is (136,93,105). Sum of RGB (Red+Green+Blue) = 136+93+105=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #885D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885D69 is #77A296. Grayscale: #6B6B6B. Windows color (decimal): -7840407 or 6905224. OLE color: 6905224.

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

Color convert

RGB13693105-
CMYK00.320.230.47
HSL343.26º18.78%44.9%-
HSV(B)343.26º31.62%53.33%-
XYZ16.6214.0815.21-
YUV107.22126.75148.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.72%
GREEN value IS 93 (36.72% from 255) = 27.84%
BLUE value IS 105 (41.41% from 255) = 31.44%
R=40.72%
G=27.84%
B=31.44%

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
Decimal1369310500.320.230.47343.2618.7844.9
Hex885D69020172F157132d
Octal21013515104027575272355
Binary100010001011101110100101000001011110111110101011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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