#886466

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

Shades of Mauve Taupe #886466

Tints of Mauve Taupe #886466

Color information

#886466 (or 0x886466) is unknown color: approx Mauve Taupe. HEX triplet: 88, 64 and 66. RGB value is (136,100,102). Sum of RGB (Red+Green+Blue) = 136+100+102=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #886466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886466 is #779B99. Grayscale: #6F6F6F. Windows color (decimal): -7838618 or 6710408. OLE color: 6710408.

HSL color Cylindrical-coordinate representation of color #886466: hue angle of 356.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #886466 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB136100102-
CMYK00.260.250.47
HSL356.67º15.25%46.27%-
HSV(B)356.67º26.47%53.33%-
XYZ17.1115.3114.62-
YUV110.99122.93145.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.24%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 102 (40.23% from 255) = 30.18%
R=40.24%
G=29.59%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610010200.260.250.47356.6715.2546.27
Hex88646601A192F165f2e
Octal21014414603231575451756
Binary1000100011001001100110011010110011011111011001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886466; }

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

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

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

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

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

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

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

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