#865E62

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

Shades of Mauve Taupe #865E62

Tints of Mauve Taupe #865E62

Color information

#865E62 (or 0x865E62) is unknown color: approx Mauve Taupe. HEX triplet: 86, 5E and 62. RGB value is (134,94,98). Sum of RGB (Red+Green+Blue) = 134+94+98=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #865E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E62 is #79A19D. Grayscale: #6A6A6A. Windows color (decimal): -7971230 or 6446726. OLE color: 6446726.

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

Color convert

RGB1349498-
CMYK00.300.270.47
HSL354º17.54%44.71%-
HSV(B)354º29.85%52.55%-
XYZ16.0413.9613.4-
YUV106.42123.25147.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.10%
GREEN value IS 94 (37.11% from 255) = 28.83%
BLUE value IS 98 (38.67% from 255) = 30.06%
R=41.10%
G=28.83%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134949800.300.270.4735417.5444.71
Hex865E6201E1B2F162122d
Octal20613614203633575422255
Binary10000110101111011000100111101101110111110110001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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