#886372

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

Shades of Mauve Taupe #886372

Tints of Mauve Taupe #886372

Color information

#886372 (or 0x886372) is unknown color: approx Mauve Taupe. HEX triplet: 88, 63 and 72. RGB value is (136,99,114). Sum of RGB (Red+Green+Blue) = 136+99+114=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #886372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886372 is #779C8D. Grayscale: #6F6F6F. Windows color (decimal): -7838862 or 7496584. OLE color: 7496584.

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

Color convert

RGB13699114-
CMYK00.270.160.47
HSL335.68º15.74%46.08%-
HSV(B)335.68º27.21%53.33%-
XYZ17.6515.3717.96-
YUV111.77129.26145.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 99 (39.06% from 255) = 28.37%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=38.97%
G=28.37%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369911400.270.160.47335.6815.7446.08
Hex88637201B102F150102e
Octal21014316203320575202056
Binary10001000110001111100100110111000010111110101000010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886372; }

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

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

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

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

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

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

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

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