#865D70

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

Shades of Mauve Taupe #865D70

Tints of Mauve Taupe #865D70

Color information

#865D70 (or 0x865D70) is unknown color: approx Mauve Taupe. HEX triplet: 86, 5D and 70. RGB value is (134,93,112). Sum of RGB (Red+Green+Blue) = 134+93+112=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 134 - color contains mainly: red. Hex color #865D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865D70 is #79A28F. Grayscale: #6B6B6B. Windows color (decimal): -7971472 or 7363974. OLE color: 7363974.

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

Color convert

RGB13493112-
CMYK00.310.160.47
HSL332.2º18.06%44.51%-
HSV(B)332.2º30.6%52.55%-
XYZ16.6714.0717.17-
YUV107.42130.58146.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.53%
GREEN value IS 93 (36.72% from 255) = 27.43%
BLUE value IS 112 (44.14% from 255) = 33.04%
R=39.53%
G=27.43%
B=33.04%

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
Decimal1349311200.310.160.47332.218.0644.51
Hex865D7001F102F14c122d
Octal20613516003720575142255
Binary10000110101110111100000111111000010111110100110010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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