#886364

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

Shades of Mauve Taupe #886364

Tints of Mauve Taupe #886364

Color information

#886364 (or 0x886364) is unknown color: approx Mauve Taupe. HEX triplet: 88, 63 and 64. RGB value is (136,99,100). Sum of RGB (Red+Green+Blue) = 136+99+100=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #886364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886364 is #779C9B. Grayscale: #6E6E6E. Windows color (decimal): -7838876 or 6579080. OLE color: 6579080.

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

Color convert

RGB13699100-
CMYK00.270.260.47
HSL358.38º15.74%46.08%-
HSV(B)358.38º27.21%53.33%-
XYZ16.9215.0814.08-
YUV110.18122.26146.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.60%
GREEN value IS 99 (39.06% from 255) = 29.55%
BLUE value IS 100 (39.45% from 255) = 29.85%
R=40.60%
G=29.55%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369910000.270.260.47358.3815.7446.08
Hex88636401B1A2F166102e
Octal21014314403332575462056
Binary10001000110001111001000110111101010111110110011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886364; }

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

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

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

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

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

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

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

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