#82636A

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

Shades of Mauve Taupe #82636A

Tints of Mauve Taupe #82636A

Color information

#82636A (or 0x82636A) is unknown color: approx Mauve Taupe. HEX triplet: 82, 63 and 6A. RGB value is (130,99,106). Sum of RGB (Red+Green+Blue) = 130+99+106=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #82636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82636A is #7D9C95. Grayscale: #6D6D6D. Windows color (decimal): -8232086 or 6972290. OLE color: 6972290.

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

Color convert

RGB13099106-
CMYK00.240.180.49
HSL346.45º13.54%44.9%-
HSV(B)346.45º23.85%50.98%-
XYZ16.2714.7115.62-
YUV109.07126.27142.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 99 (39.06% from 255) = 29.55%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=38.81%
G=29.55%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309910600.240.180.49346.4513.5444.9
Hex82636A018123115ae2d
Octal20214315203022615321655
Binary1000001011000111101010011000100101100011010110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82636A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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