#84646E

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

Shades of Mauve Taupe #84646E

Tints of Mauve Taupe #84646E

Color information

#84646E (or 0x84646E) is unknown color: approx Mauve Taupe. HEX triplet: 84, 64 and 6E. RGB value is (132,100,110). Sum of RGB (Red+Green+Blue) = 132+100+110=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #84646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84646E is #7B9B91. Grayscale: #6E6E6E. Windows color (decimal): -8100754 or 7234692. OLE color: 7234692.

HSL color Cylindrical-coordinate representation of color #84646E: hue angle of 341.25º 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 #84646E is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB132100110-
CMYK00.240.170.48
HSL341.25º13.79%45.49%-
HSV(B)341.25º24.24%51.76%-
XYZ16.8915.1516.79-
YUV110.71127.6143.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.60%
GREEN value IS 100 (39.45% from 255) = 29.24%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=38.60%
G=29.24%
B=32.16%

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
Decimal13210011000.240.170.48341.2513.7945.49
Hex84646E0181130155e2d
Octal20414415603021605251655
Binary1000010011001001101110011000100011100001010101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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