#82606B

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

Shades of Mauve Taupe #82606B

Tints of Mauve Taupe #82606B

Color information

#82606B (or 0x82606B) is unknown color: approx Mauve Taupe. HEX triplet: 82, 60 and 6B. RGB value is (130,96,107). Sum of RGB (Red+Green+Blue) = 130+96+107=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #82606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82606B is #7D9F94. Grayscale: #6B6B6B. Windows color (decimal): -8232853 or 7037058. OLE color: 7037058.

HSL color Cylindrical-coordinate representation of color #82606B: hue angle of 340.59º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #82606B is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB13096107-
CMYK00.260.180.49
HSL340.59º15.04%44.31%-
HSV(B)340.59º26.15%50.98%-
XYZ16.0414.1715.8-
YUV107.42127.76144.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.04%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 107 (42.19% from 255) = 32.13%
R=39.04%
G=28.83%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309610700.260.180.49340.5915.0444.31
Hex82606B01A1231155f2c
Octal20214015303222615251754
Binary1000001011000001101011011010100101100011010101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82606B; }

 p { color: rgb(130,96,107); }

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

<style>
 a { background-color: #82606B; }

 a { background-color: rgb(130,96,107); }

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

<style>
 span { border-color: #82606B; }

 span { border-color: rgb(130,96,107); }

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