#885B6B

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

Shades of Mauve Taupe #885B6B

Tints of Mauve Taupe #885B6B

Color information

#885B6B (or 0x885B6B) is unknown color: approx Mauve Taupe. HEX triplet: 88, 5B and 6B. RGB value is (136,91,107). Sum of RGB (Red+Green+Blue) = 136+91+107=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #885B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885B6B is #77A494. Grayscale: #6A6A6A. Windows color (decimal): -7840917 or 7035784. OLE color: 7035784.

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

Color convert

RGB13691107-
CMYK00.330.210.47
HSL338.67º19.82%44.51%-
HSV(B)338.67º33.09%53.33%-
XYZ16.5513.7815.7-
YUV106.28128.41149.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.72%
GREEN value IS 91 (35.94% from 255) = 27.25%
BLUE value IS 107 (42.19% from 255) = 32.04%
R=40.72%
G=27.25%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369110700.330.210.47338.6719.8244.51
Hex885B6B021152F153142d
Octal21013315304125575232455
Binary100010001011011110101101000011010110111110101001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,91,107); }

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

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

 a { background-color: rgb(136,91,107); }

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

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

 span { border-color: rgb(136,91,107); }

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