#83626D

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

Shades of Mauve Taupe #83626D

Tints of Mauve Taupe #83626D

Color information

#83626D (or 0x83626D) is unknown color: approx Mauve Taupe. HEX triplet: 83, 62 and 6D. RGB value is (131,98,109). Sum of RGB (Red+Green+Blue) = 131+98+109=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 131 - color contains mainly: red. Hex color #83626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83626D is #7C9D92. Grayscale: #6D6D6D. Windows color (decimal): -8166803 or 7168643. OLE color: 7168643.

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

Color convert

RGB13198109-
CMYK00.250.170.49
HSL340º14.41%44.9%-
HSV(B)340º25.19%51.37%-
XYZ16.4914.6616.43-
YUV109.12127.93143.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.76%
GREEN value IS 98 (38.67% from 255) = 28.99%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=38.76%
G=28.99%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319810900.250.170.4934014.4144.9
Hex83626D0191131154e2d
Octal20314215503121615241655
Binary1000001111000101101101011001100011100011010101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,98,109); }

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

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

 a { background-color: rgb(131,98,109); }

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

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

 span { border-color: rgb(131,98,109); }

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