#84646D

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

Shades of Mauve Taupe #84646D

Tints of Mauve Taupe #84646D

Color information

#84646D (or 0x84646D) is unknown color: approx Mauve Taupe. HEX triplet: 84, 64 and 6D. RGB value is (132,100,109). Sum of RGB (Red+Green+Blue) = 132+100+109=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #84646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84646D is #7B9B92. Grayscale: #6E6E6E. Windows color (decimal): -8100755 or 7169156. OLE color: 7169156.

HSL color Cylindrical-coordinate representation of color #84646D: hue angle of 343.12º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #84646D is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB132100109-
CMYK00.240.170.48
HSL343.12º13.79%45.49%-
HSV(B)343.12º24.24%51.76%-
XYZ16.8315.1216.5-
YUV110.59127.1143.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.71%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 109 (42.97% from 255) = 31.96%
R=38.71%
G=29.33%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210010900.240.170.48343.1213.7945.49
Hex84646D0181130157e2d
Octal20414415503021605271655
Binary1000010011001001101101011000100011100001010101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84646D; }

 p { color: rgb(132,100,109); }

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

<style>
 a { background-color: #84646D; }

 a { background-color: rgb(132,100,109); }

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

<style>
 span { border-color: #84646D; }

 span { border-color: rgb(132,100,109); }

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