#886373

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

Shades of Mauve Taupe #886373

Tints of Mauve Taupe #886373

Color information

#886373 (or 0x886373) is unknown color: approx Mauve Taupe. HEX triplet: 88, 63 and 73. RGB value is (136,99,115). Sum of RGB (Red+Green+Blue) = 136+99+115=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #886373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886373 is #779C8C. Grayscale: #6F6F6F. Windows color (decimal): -7838861 or 7562120. OLE color: 7562120.

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

Color convert

RGB13699115-
CMYK00.270.150.47
HSL334.05º15.74%46.08%-
HSV(B)334.05º27.21%53.33%-
XYZ17.7115.418.26-
YUV111.89129.76145.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.86%
GREEN value IS 99 (39.06% from 255) = 28.29%
BLUE value IS 115 (45.31% from 255) = 32.86%
R=38.86%
G=28.29%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369911500.270.150.47334.0515.7446.08
Hex88637301BF2F14e102e
Octal21014316303317575162056
Binary1000100011000111110011011011111110111110100111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886373; }

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

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

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

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

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

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

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

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