#82656D

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

Shades of Mauve Taupe #82656D

Tints of Mauve Taupe #82656D

Color information

#82656D (or 0x82656D) is unknown color: approx Mauve Taupe. HEX triplet: 82, 65 and 6D. RGB value is (130,101,109). Sum of RGB (Red+Green+Blue) = 130+101+109=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #82656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82656D is #7D9A92. Grayscale: #6E6E6E. Windows color (decimal): -8231571 or 7169410. OLE color: 7169410.

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

Color convert

RGB130101109-
CMYK00.220.160.49
HSL343.45º12.55%45.29%-
HSV(B)343.45º22.31%50.98%-
XYZ16.6215.1616.52-
YUV110.58127.11141.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.24%
GREEN value IS 101 (39.84% from 255) = 29.71%
BLUE value IS 109 (42.97% from 255) = 32.06%
R=38.24%
G=29.71%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010110900.220.160.49343.4512.5545.29
Hex82656D0161031157d2d
Octal20214515502620615271555
Binary1000001011001011101101010110100001100011010101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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