#886164

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

Shades of Mauve Taupe #886164

Tints of Mauve Taupe #886164

Color information

#886164 (or 0x886164) is unknown color: approx Mauve Taupe. HEX triplet: 88, 61 and 64. RGB value is (136,97,100). Sum of RGB (Red+Green+Blue) = 136+97+100=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #886164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886164 is #779E9B. Grayscale: #6D6D6D. Windows color (decimal): -7839388 or 6578568. OLE color: 6578568.

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

Color convert

RGB13697100-
CMYK00.290.260.47
HSL355.38º16.74%45.69%-
HSV(B)355.38º28.68%53.33%-
XYZ16.7314.714.01-
YUV109122.92147.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.84%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 100 (39.45% from 255) = 30.03%
R=40.84%
G=29.13%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369710000.290.260.47355.3816.7445.69
Hex88616401D1A2F163112e
Octal21014114403532575432156
Binary10001000110000111001000111011101010111110110001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886164; }

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

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

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

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

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

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

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

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