#886368

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

Shades of Mauve Taupe #886368

Tints of Mauve Taupe #886368

Color information

#886368 (or 0x886368) is unknown color: approx Mauve Taupe. HEX triplet: 88, 63 and 68. RGB value is (136,99,104). Sum of RGB (Red+Green+Blue) = 136+99+104=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #886368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886368 is #779C97. Grayscale: #6E6E6E. Windows color (decimal): -7838872 or 6841224. OLE color: 6841224.

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

Color convert

RGB13699104-
CMYK00.270.240.47
HSL351.89º15.74%46.08%-
HSV(B)351.89º27.21%53.33%-
XYZ17.1115.1615.12-
YUV110.63124.26146.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.12%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=40.12%
G=29.20%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369910400.270.240.47351.8915.7446.08
Hex88636801B182F160102e
Octal21014315003330575402056
Binary10001000110001111010000110111100010111110110000010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886368; }

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

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

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

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

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

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

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

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