#83646C

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

Shades of Mauve Taupe #83646C

Tints of Mauve Taupe #83646C

Color information

#83646C (or 0x83646C) is unknown color: approx Mauve Taupe. HEX triplet: 83, 64 and 6C. RGB value is (131,100,108). Sum of RGB (Red+Green+Blue) = 131+100+108=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 131 - color contains mainly: red. Hex color #83646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83646C is #7C9B93. Grayscale: #6E6E6E. Windows color (decimal): -8166292 or 7103619. OLE color: 7103619.

HSL color Cylindrical-coordinate representation of color #83646C: hue angle of 344.52º degrees, saturation: 0.13, 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 #83646C is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB131100108-
CMYK00.240.180.49
HSL344.52º13.42%45.29%-
HSV(B)344.52º23.66%51.37%-
XYZ16.6215.0216.21-
YUV110.18126.77142.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.64%
GREEN value IS 100 (39.45% from 255) = 29.50%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=38.64%
G=29.50%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110010800.240.180.49344.5213.4245.29
Hex83646C0181231159d2d
Octal20314415403022615311555
Binary1000001111001001101100011000100101100011010110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83646C; }

 p { color: rgb(131,100,108); }

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

<style>
 a { background-color: #83646C; }

 a { background-color: rgb(131,100,108); }

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

<style>
 span { border-color: #83646C; }

 span { border-color: rgb(131,100,108); }

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