#865E6F

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

Shades of Mauve Taupe #865E6F

Tints of Mauve Taupe #865E6F

Color information

#865E6F (or 0x865E6F) is unknown color: approx Mauve Taupe. HEX triplet: 86, 5E and 6F. RGB value is (134,94,111). Sum of RGB (Red+Green+Blue) = 134+94+111=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 134 - color contains mainly: red. Hex color #865E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E6F is #79A190. Grayscale: #6B6B6B. Windows color (decimal): -7971217 or 7298694. OLE color: 7298694.

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

Color convert

RGB13494111-
CMYK00.300.170.47
HSL334.5º17.54%44.71%-
HSV(B)334.5º29.85%52.55%-
XYZ16.714.2216.9-
YUV107.9129.75146.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.53%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 111 (43.75% from 255) = 32.74%
R=39.53%
G=27.73%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349411100.300.170.47334.517.5444.71
Hex865E6F01E112F14e122d
Octal20613615703621575162255
Binary10000110101111011011110111101000110111110100111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,94,111); }

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

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

 a { background-color: rgb(134,94,111); }

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

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

 span { border-color: rgb(134,94,111); }

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