#865C67

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

Shades of Mauve Taupe #865C67

Tints of Mauve Taupe #865C67

Color information

#865C67 (or 0x865C67) is unknown color: approx Mauve Taupe. HEX triplet: 86, 5C and 67. RGB value is (134,92,103). Sum of RGB (Red+Green+Blue) = 134+92+103=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #865C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C67 is #79A398. Grayscale: #696969. Windows color (decimal): -7971737 or 6773894. OLE color: 6773894.

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

Color convert

RGB13492103-
CMYK00.310.230.47
HSL344.29º18.58%44.31%-
HSV(B)344.29º31.34%52.55%-
XYZ16.1113.714.63-
YUV105.81126.41148.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.73%
GREEN value IS 92 (36.33% from 255) = 27.96%
BLUE value IS 103 (40.62% from 255) = 31.31%
R=40.73%
G=27.96%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349210300.310.230.47344.2918.5844.31
Hex865C6701F172F158132c
Octal20613414703727575302354
Binary10000110101110011001110111111011110111110101100010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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