#84646A

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

Shades of Mauve Taupe #84646A

Tints of Mauve Taupe #84646A

Color information

#84646A (or 0x84646A) is unknown color: approx Mauve Taupe. HEX triplet: 84, 64 and 6A. RGB value is (132,100,106). Sum of RGB (Red+Green+Blue) = 132+100+106=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #84646A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84646A is #7B9B95. Grayscale: #6E6E6E. Windows color (decimal): -8100758 or 6972548. OLE color: 6972548.

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

Color convert

RGB132100106-
CMYK00.240.200.48
HSL348.75º13.79%45.49%-
HSV(B)348.75º24.24%51.76%-
XYZ16.6715.0615.66-
YUV110.25125.6143.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.05%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 106 (41.80% from 255) = 31.36%
R=39.05%
G=29.59%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210010600.240.200.48348.7513.7945.49
Hex84646A018143015de2d
Octal20414415203024605351655
Binary1000010011001001101010011000101001100001010111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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