#886163

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

Shades of Mauve Taupe #886163

Tints of Mauve Taupe #886163

Color information

#886163 (or 0x886163) is unknown color: approx Mauve Taupe. HEX triplet: 88, 61 and 63. RGB value is (136,97,99). Sum of RGB (Red+Green+Blue) = 136+97+99=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #886163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886163 is #779E9C. Grayscale: #6C6C6C. Windows color (decimal): -7839389 or 6513032. OLE color: 6513032.

HSL color Cylindrical-coordinate representation of color #886163: hue angle of 356.92º 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 #886163 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB1369799-
CMYK00.290.270.47
HSL356.92º16.74%45.69%-
HSV(B)356.92º28.68%53.33%-
XYZ16.6814.6813.76-
YUV108.89122.42147.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 99 (39.06% from 255) = 29.82%
R=40.96%
G=29.22%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136979900.290.270.47356.9216.7445.69
Hex88616301D1B2F165112e
Octal21014114303533575452156
Binary10001000110000111000110111011101110111110110010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886163; }

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

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

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

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

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

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

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

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