#865C63

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

Shades of Mauve Taupe #865C63

Tints of Mauve Taupe #865C63

Color information

#865C63 (or 0x865C63) is unknown color: approx Mauve Taupe. HEX triplet: 86, 5C and 63. RGB value is (134,92,99). Sum of RGB (Red+Green+Blue) = 134+92+99=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 134 - color contains mainly: red. Hex color #865C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C63 is #79A39C. Grayscale: #696969. Windows color (decimal): -7971741 or 6511750. OLE color: 6511750.

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

Color convert

RGB1349299-
CMYK00.310.260.47
HSL350º18.58%44.31%-
HSV(B)350º31.34%52.55%-
XYZ15.9113.6213.6-
YUV105.36124.41148.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.23%
GREEN value IS 92 (36.33% from 255) = 28.31%
BLUE value IS 99 (39.06% from 255) = 30.46%
R=41.23%
G=28.31%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134929900.310.260.4735018.5844.31
Hex865C6301F1A2F15e132c
Octal20613414303732575362354
Binary10000110101110011000110111111101010111110101111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,92,99); }

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

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

 a { background-color: rgb(134,92,99); }

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

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

 span { border-color: rgb(134,92,99); }

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