#865E70

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

Shades of Mauve Taupe #865E70

Tints of Mauve Taupe #865E70

Color information

#865E70 (or 0x865E70) is unknown color: approx Mauve Taupe. HEX triplet: 86, 5E and 70. RGB value is (134,94,112). Sum of RGB (Red+Green+Blue) = 134+94+112=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 134 - color contains mainly: red. Hex color #865E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E70 is #79A18F. Grayscale: #6B6B6B. Windows color (decimal): -7971216 or 7364230. OLE color: 7364230.

HSL color Cylindrical-coordinate representation of color #865E70: hue angle of 333º 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 #865E70 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13494112-
CMYK00.300.160.47
HSL333º17.54%44.71%-
HSV(B)333º29.85%52.55%-
XYZ16.7614.2417.2-
YUV108.01130.25146.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.41%
GREEN value IS 94 (37.11% from 255) = 27.65%
BLUE value IS 112 (44.14% from 255) = 32.94%
R=39.41%
G=27.65%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349411200.300.160.4733317.5444.71
Hex865E7001E102F14d122d
Octal20613616003620575152255
Binary10000110101111011100000111101000010111110100110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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