#82646F

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

Shades of Mauve Taupe #82646F

Tints of Mauve Taupe #82646F

Color information

#82646F (or 0x82646F) is unknown color: approx Mauve Taupe. HEX triplet: 82, 64 and 6F. RGB value is (130,100,111). Sum of RGB (Red+Green+Blue) = 130+100+111=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #82646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82646F is #7D9B90. Grayscale: #6E6E6E. Windows color (decimal): -8231825 or 7300226. OLE color: 7300226.

HSL color Cylindrical-coordinate representation of color #82646F: hue angle of 338º 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 #82646F is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB130100111-
CMYK00.230.150.49
HSL338º13.04%45.1%-
HSV(B)338º23.08%50.98%-
XYZ16.6315.0117.06-
YUV110.22128.44142.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 111 (43.75% from 255) = 32.55%
R=38.12%
G=29.33%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010011100.230.150.4933813.0445.1
Hex82646F017F31152d2d
Octal20214415702717615221555
Binary100000101100100110111101011111111100011010100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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