#865A70

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

Shades of Mauve Taupe #865A70

Tints of Mauve Taupe #865A70

Color information

#865A70 (or 0x865A70) is unknown color: approx Mauve Taupe. HEX triplet: 86, 5A and 70. RGB value is (134,90,112). Sum of RGB (Red+Green+Blue) = 134+90+112=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 134 - color contains mainly: red. Hex color #865A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865A70 is #79A58F. Grayscale: #696969. Windows color (decimal): -7972240 or 7363206. OLE color: 7363206.

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

Color convert

RGB13490112-
CMYK00.330.160.47
HSL330º19.64%43.92%-
HSV(B)330º32.84%52.55%-
XYZ16.4113.5517.08-
YUV105.66131.58148.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.88%
GREEN value IS 90 (35.55% from 255) = 26.79%
BLUE value IS 112 (44.14% from 255) = 33.33%
R=39.88%
G=26.79%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349011200.330.160.4733019.6443.92
Hex865A70021102F14a142c
Octal20613216004120575122454
Binary100001101011010111000001000011000010111110100101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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