#865E6B

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

Shades of Mauve Taupe #865E6B

Tints of Mauve Taupe #865E6B

Color information

#865E6B (or 0x865E6B) is unknown color: approx Mauve Taupe. HEX triplet: 86, 5E and 6B. RGB value is (134,94,107). Sum of RGB (Red+Green+Blue) = 134+94+107=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 134 - color contains mainly: red. Hex color #865E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E6B is #79A194. Grayscale: #6B6B6B. Windows color (decimal): -7971221 or 7036550. OLE color: 7036550.

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

Color convert

RGB13494107-
CMYK00.300.200.47
HSL340.5º17.54%44.71%-
HSV(B)340.5º29.85%52.55%-
XYZ16.4914.1415.77-
YUV107.44127.75146.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40%
GREEN value IS 94 (37.11% from 255) = 28.06%
BLUE value IS 107 (42.19% from 255) = 31.94%
R=40%
G=28.06%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349410700.300.200.47340.517.5444.71
Hex865E6B01E142F154122d
Octal20613615303624575242255
Binary10000110101111011010110111101010010111110101010010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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