#865C6F

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

Shades of Mauve Taupe #865C6F

Tints of Mauve Taupe #865C6F

Color information

#865C6F (or 0x865C6F) is unknown color: approx Mauve Taupe. HEX triplet: 86, 5C and 6F. RGB value is (134,92,111). Sum of RGB (Red+Green+Blue) = 134+92+111=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #865C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C6F is #79A390. Grayscale: #6A6A6A. Windows color (decimal): -7971729 or 7298182. OLE color: 7298182.

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

Color convert

RGB13492111-
CMYK00.310.170.47
HSL332.86º18.58%44.31%-
HSV(B)332.86º31.34%52.55%-
XYZ16.5313.8716.85-
YUV106.72130.41147.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.76%
GREEN value IS 92 (36.33% from 255) = 27.30%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=39.76%
G=27.30%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349211100.310.170.47332.8618.5844.31
Hex865C6F01F112F14d132c
Octal20613415703721575152354
Binary10000110101110011011110111111000110111110100110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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