#886264

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

Shades of Mauve Taupe #886264

Tints of Mauve Taupe #886264

Color information

#886264 (or 0x886264) is unknown color: approx Mauve Taupe. HEX triplet: 88, 62 and 64. RGB value is (136,98,100). Sum of RGB (Red+Green+Blue) = 136+98+100=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #886264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886264 is #779D9B. Grayscale: #6D6D6D. Windows color (decimal): -7839132 or 6578824. OLE color: 6578824.

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

Color convert

RGB13698100-
CMYK00.280.260.47
HSL356.84º16.24%45.88%-
HSV(B)356.84º27.94%53.33%-
XYZ16.8214.8914.04-
YUV109.59122.59146.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.72%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 100 (39.45% from 255) = 29.94%
R=40.72%
G=29.34%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369810000.280.260.47356.8416.2445.88
Hex88626401C1A2F165102e
Octal21014214403432575452056
Binary10001000110001011001000111001101010111110110010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886264; }

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

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

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

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

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

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

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

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