#886366

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

Shades of Mauve Taupe #886366

Tints of Mauve Taupe #886366

Color information

#886366 (or 0x886366) is unknown color: approx Mauve Taupe. HEX triplet: 88, 63 and 66. RGB value is (136,99,102). Sum of RGB (Red+Green+Blue) = 136+99+102=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #886366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886366 is #779C99. Grayscale: #6E6E6E. Windows color (decimal): -7838874 or 6710152. OLE color: 6710152.

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

Color convert

RGB13699102-
CMYK00.270.250.47
HSL355.14º15.74%46.08%-
HSV(B)355.14º27.21%53.33%-
XYZ17.0115.1214.59-
YUV110.4123.26146.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.36%
GREEN value IS 99 (39.06% from 255) = 29.38%
BLUE value IS 102 (40.23% from 255) = 30.27%
R=40.36%
G=29.38%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369910200.270.250.47355.1415.7446.08
Hex88636601B192F163102e
Octal21014314603331575432056
Binary10001000110001111001100110111100110111110110001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886366; }

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

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

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

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

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

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

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

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