#82646D

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

Shades of Mauve Taupe #82646D

Tints of Mauve Taupe #82646D

Color information

#82646D (or 0x82646D) is unknown color: approx Mauve Taupe. HEX triplet: 82, 64 and 6D. RGB value is (130,100,109). Sum of RGB (Red+Green+Blue) = 130+100+109=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #82646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82646D is #7D9B92. Grayscale: #6D6D6D. Windows color (decimal): -8231827 or 7169154. OLE color: 7169154.

HSL color Cylindrical-coordinate representation of color #82646D: hue angle of 342º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #82646D is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB130100109-
CMYK00.230.160.49
HSL342º13.04%45.1%-
HSV(B)342º23.08%50.98%-
XYZ16.5214.9616.49-
YUV110127.44142.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 100 (39.45% from 255) = 29.50%
BLUE value IS 109 (42.97% from 255) = 32.15%
R=38.35%
G=29.50%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010010900.230.160.4934213.0445.1
Hex82646D0171031156d2d
Octal20214415502720615261555
Binary1000001011001001101101010111100001100011010101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,100,109); }

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

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

 a { background-color: rgb(130,100,109); }

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

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

 span { border-color: rgb(130,100,109); }

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