#865E6D

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

Shades of Mauve Taupe #865E6D

Tints of Mauve Taupe #865E6D

Color information

#865E6D (or 0x865E6D) is unknown color: approx Mauve Taupe. HEX triplet: 86, 5E and 6D. RGB value is (134,94,109). Sum of RGB (Red+Green+Blue) = 134+94+109=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #865E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E6D is #79A192. Grayscale: #6B6B6B. Windows color (decimal): -7971219 or 7167622. OLE color: 7167622.

HSL color Cylindrical-coordinate representation of color #865E6D: hue angle of 337.5º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #865E6D is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13494109-
CMYK00.300.190.47
HSL337.5º17.54%44.71%-
HSV(B)337.5º29.85%52.55%-
XYZ16.5914.1816.33-
YUV107.67128.75146.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.76%
GREEN value IS 94 (37.11% from 255) = 27.89%
BLUE value IS 109 (42.97% from 255) = 32.34%
R=39.76%
G=27.89%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349410900.300.190.47337.517.5444.71
Hex865E6D01E132F152122d
Octal20613615503623575222255
Binary10000110101111011011010111101001110111110101001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,94,109); }

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

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

 a { background-color: rgb(134,94,109); }

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

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

 span { border-color: rgb(134,94,109); }

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