#84666D

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

Shades of Mauve Taupe #84666D

Tints of Mauve Taupe #84666D

Color information

#84666D (or 0x84666D) is unknown color: approx Mauve Taupe. HEX triplet: 84, 66 and 6D. RGB value is (132,102,109). Sum of RGB (Red+Green+Blue) = 132+102+109=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #84666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84666D is #7B9992. Grayscale: #6F6F6F. Windows color (decimal): -8100243 or 7169668. OLE color: 7169668.

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

Color convert

RGB132102109-
CMYK00.230.170.48
HSL346º12.82%45.88%-
HSV(B)346º22.73%51.76%-
XYZ17.0315.5116.56-
YUV111.77126.44142.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.48%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 109 (42.97% from 255) = 31.78%
R=38.48%
G=29.74%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210210900.230.170.4834612.8245.88
Hex84666D017113015ad2e
Octal20414615502721605321556
Binary1000010011001101101101010111100011100001010110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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