#865F67

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

Shades of Mauve Taupe #865F67

Tints of Mauve Taupe #865F67

Color information

#865F67 (or 0x865F67) is unknown color: approx Mauve Taupe. HEX triplet: 86, 5F and 67. RGB value is (134,95,103). Sum of RGB (Red+Green+Blue) = 134+95+103=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #865F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F67 is #79A098. Grayscale: #6B6B6B. Windows color (decimal): -7970969 or 6774662. OLE color: 6774662.

HSL color Cylindrical-coordinate representation of color #865F67: hue angle of 347.69º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #865F67 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB13495103-
CMYK00.290.230.47
HSL347.69º17.03%44.9%-
HSV(B)347.69º29.1%52.55%-
XYZ16.3714.2314.72-
YUV107.57125.42146.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.36%
GREEN value IS 95 (37.5% from 255) = 28.61%
BLUE value IS 103 (40.62% from 255) = 31.02%
R=40.36%
G=28.61%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349510300.290.230.47347.6917.0344.9
Hex865F6701D172F15c112d
Octal20613714703527575342155
Binary10000110101111111001110111011011110111110101110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,95,103); }

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

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

 a { background-color: rgb(134,95,103); }

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

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

 span { border-color: rgb(134,95,103); }

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