#83636E

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

Shades of Mauve Taupe #83636E

Tints of Mauve Taupe #83636E

Color information

#83636E (or 0x83636E) is unknown color: approx Mauve Taupe. HEX triplet: 83, 63 and 6E. RGB value is (131,99,110). Sum of RGB (Red+Green+Blue) = 131+99+110=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 131 - color contains mainly: red. Hex color #83636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83636E is #7C9C91. Grayscale: #6D6D6D. Windows color (decimal): -8166546 or 7234435. OLE color: 7234435.

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

Color convert

RGB13199110-
CMYK00.240.160.49
HSL339.38º13.91%45.1%-
HSV(B)339.38º24.43%51.37%-
XYZ16.6414.8716.75-
YUV109.82128.1143.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.53%
GREEN value IS 99 (39.06% from 255) = 29.12%
BLUE value IS 110 (43.36% from 255) = 32.35%
R=38.53%
G=29.12%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319911000.240.160.49339.3813.9145.1
Hex83636E0181031153e2d
Octal20314315603020615231655
Binary1000001111000111101110011000100001100011010100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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