#82636D

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

Shades of Mauve Taupe #82636D

Tints of Mauve Taupe #82636D

Color information

#82636D (or 0x82636D) is unknown color: approx Mauve Taupe. HEX triplet: 82, 63 and 6D. RGB value is (130,99,109). Sum of RGB (Red+Green+Blue) = 130+99+109=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #82636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82636D is #7D9C92. Grayscale: #6D6D6D. Windows color (decimal): -8232083 or 7168898. OLE color: 7168898.

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

Color convert

RGB13099109-
CMYK00.240.160.49
HSL340.65º13.54%44.9%-
HSV(B)340.65º23.85%50.98%-
XYZ16.4314.7716.45-
YUV109.41127.77142.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 99 (39.06% from 255) = 29.29%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=38.46%
G=29.29%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309910900.240.160.49340.6513.5444.9
Hex82636D0181031155e2d
Octal20214315503020615251655
Binary1000001011000111101101011000100001100011010101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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