#865D71

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

Shades of Mauve Taupe #865D71

Tints of Mauve Taupe #865D71

Color information

#865D71 (or 0x865D71) is unknown color: approx Mauve Taupe. HEX triplet: 86, 5D and 71. RGB value is (134,93,113). Sum of RGB (Red+Green+Blue) = 134+93+113=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 134 - color contains mainly: red. Hex color #865D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865D71 is #79A28E. Grayscale: #6B6B6B. Windows color (decimal): -7971471 or 7429510. OLE color: 7429510.

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

Color convert

RGB13493113-
CMYK00.310.160.47
HSL330.73º18.06%44.51%-
HSV(B)330.73º30.6%52.55%-
XYZ16.7314.0917.46-
YUV107.54131.08146.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.41%
GREEN value IS 93 (36.72% from 255) = 27.35%
BLUE value IS 113 (44.53% from 255) = 33.24%
R=39.41%
G=27.35%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349311300.310.160.47330.7318.0644.51
Hex865D7101F102F14b122d
Octal20613516103720575132255
Binary10000110101110111100010111111000010111110100101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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