#865C71

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

Shades of Mauve Taupe #865C71

Tints of Mauve Taupe #865C71

Color information

#865C71 (or 0x865C71) is unknown color: approx Mauve Taupe. HEX triplet: 86, 5C and 71. RGB value is (134,92,113). Sum of RGB (Red+Green+Blue) = 134+92+113=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 134 - color contains mainly: red. Hex color #865C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C71 is #79A38E. Grayscale: #6A6A6A. Windows color (decimal): -7971727 or 7429254. OLE color: 7429254.

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

Color convert

RGB13492113-
CMYK00.310.160.47
HSL330º18.58%44.31%-
HSV(B)330º31.34%52.55%-
XYZ16.6413.9117.43-
YUV106.95131.41147.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.53%
GREEN value IS 92 (36.33% from 255) = 27.14%
BLUE value IS 113 (44.53% from 255) = 33.33%
R=39.53%
G=27.14%
B=33.33%

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
Decimal1349211300.310.160.4733018.5844.31
Hex865C7101F102F14a132c
Octal20613416103720575122354
Binary10000110101110011100010111111000010111110100101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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