#865F71

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

Shades of Mauve Taupe #865F71

Tints of Mauve Taupe #865F71

Color information

#865F71 (or 0x865F71) is unknown color: approx Mauve Taupe. HEX triplet: 86, 5F and 71. RGB value is (134,95,113). Sum of RGB (Red+Green+Blue) = 134+95+113=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #865F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F71 is #79A08E. Grayscale: #6C6C6C. Windows color (decimal): -7970959 or 7430022. OLE color: 7430022.

HSL color Cylindrical-coordinate representation of color #865F71: hue angle of 332.31º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #865F71 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13495113-
CMYK00.290.160.47
HSL332.31º17.03%44.9%-
HSV(B)332.31º29.1%52.55%-
XYZ16.914.4517.52-
YUV108.71130.42146.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.18%
GREEN value IS 95 (37.5% from 255) = 27.78%
BLUE value IS 113 (44.53% from 255) = 33.04%
R=39.18%
G=27.78%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349511300.290.160.47332.3117.0344.9
Hex865F7101D102F14c112d
Octal20613716103520575142155
Binary10000110101111111100010111011000010111110100110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865F71; }

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

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

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

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

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

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

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

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