#865F70

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

Shades of Mauve Taupe #865F70

Tints of Mauve Taupe #865F70

Color information

#865F70 (or 0x865F70) is unknown color: approx Mauve Taupe. HEX triplet: 86, 5F and 70. RGB value is (134,95,112). Sum of RGB (Red+Green+Blue) = 134+95+112=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #865F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F70 is #79A08F. Grayscale: #6C6C6C. Windows color (decimal): -7970960 or 7364486. OLE color: 7364486.

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

Color convert

RGB13495112-
CMYK00.290.160.47
HSL333.85º17.03%44.9%-
HSV(B)333.85º29.1%52.55%-
XYZ16.8514.4217.23-
YUV108.6129.92146.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.30%
GREEN value IS 95 (37.5% from 255) = 27.86%
BLUE value IS 112 (44.14% from 255) = 32.84%
R=39.30%
G=27.86%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349511200.290.160.47333.8517.0344.9
Hex865F7001D102F14e112d
Octal20613716003520575162155
Binary10000110101111111100000111011000010111110100111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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