#866771

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

Shades of Mauve Taupe #866771

Tints of Mauve Taupe #866771

Color information

#866771 (or 0x866771) is unknown color: approx Mauve Taupe. HEX triplet: 86, 67 and 71. RGB value is (134,103,113). Sum of RGB (Red+Green+Blue) = 134+103+113=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #866771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866771 is #79988E. Grayscale: #717171. Windows color (decimal): -7968911 or 7432070. OLE color: 7432070.

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

Color convert

RGB134103113-
CMYK00.230.160.47
HSL340.65º13.08%46.47%-
HSV(B)340.65º23.13%52.55%-
XYZ17.6615.9617.77-
YUV113.41127.77142.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.29%
GREEN value IS 103 (40.62% from 255) = 29.43%
BLUE value IS 113 (44.53% from 255) = 32.29%
R=38.29%
G=29.43%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410311300.230.160.47340.6513.0846.47
Hex866771017102F155d2e
Octal20614716102720575251556
Binary1000011011001111110001010111100001011111010101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866771; }

 p { color: rgb(134,103,113); }

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

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

 a { background-color: rgb(134,103,113); }

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

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

 span { border-color: rgb(134,103,113); }

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