#84646F

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

Shades of Mauve Taupe #84646F

Tints of Mauve Taupe #84646F

Color information

#84646F (or 0x84646F) is unknown color: approx Mauve Taupe. HEX triplet: 84, 64 and 6F. RGB value is (132,100,111). Sum of RGB (Red+Green+Blue) = 132+100+111=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #84646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84646F is #7B9B90. Grayscale: #6E6E6E. Windows color (decimal): -8100753 or 7300228. OLE color: 7300228.

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

Color convert

RGB132100111-
CMYK00.240.160.48
HSL339.38º13.79%45.49%-
HSV(B)339.38º24.24%51.76%-
XYZ16.9415.1717.07-
YUV110.82128.1143.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.48%
GREEN value IS 100 (39.45% from 255) = 29.15%
BLUE value IS 111 (43.75% from 255) = 32.36%
R=38.48%
G=29.15%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210011100.240.160.48339.3813.7945.49
Hex84646F0181030153e2d
Octal20414415703020605231655
Binary1000010011001001101111011000100001100001010100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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