#84616D

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

Shades of Mauve Taupe #84616D

Tints of Mauve Taupe #84616D

Color information

#84616D (or 0x84616D) is unknown color: approx Mauve Taupe. HEX triplet: 84, 61 and 6D. RGB value is (132,97,109). Sum of RGB (Red+Green+Blue) = 132+97+109=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #84616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84616D is #7B9E92. Grayscale: #6C6C6C. Windows color (decimal): -8101523 or 7168388. OLE color: 7168388.

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

Color convert

RGB13297109-
CMYK00.270.170.48
HSL339.43º15.28%44.9%-
HSV(B)339.43º26.52%51.76%-
XYZ16.5514.5616.41-
YUV108.83128.1144.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.05%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=39.05%
G=28.70%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329710900.270.170.48339.4315.2844.9
Hex84616D01B1130153f2d
Octal20414115503321605231755
Binary1000010011000011101101011011100011100001010100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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