#83636D

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

Shades of Mauve Taupe #83636D

Tints of Mauve Taupe #83636D

Color information

#83636D (or 0x83636D) is unknown color: approx Mauve Taupe. HEX triplet: 83, 63 and 6D. RGB value is (131,99,109). Sum of RGB (Red+Green+Blue) = 131+99+109=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 131 - color contains mainly: red. Hex color #83636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83636D is #7C9C92. Grayscale: #6D6D6D. Windows color (decimal): -8166547 or 7168899. OLE color: 7168899.

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

Color convert

RGB13199109-
CMYK00.240.170.49
HSL341.25º13.91%45.1%-
HSV(B)341.25º24.43%51.37%-
XYZ16.5814.8516.46-
YUV109.71127.6143.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.64%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 109 (42.97% from 255) = 32.15%
R=38.64%
G=29.20%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319910900.240.170.49341.2513.9145.1
Hex83636D0181131155e2d
Octal20314315503021615251655
Binary1000001111000111101101011000100011100011010101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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