#83646F

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

Shades of Mauve Taupe #83646F

Tints of Mauve Taupe #83646F

Color information

#83646F (or 0x83646F) is unknown color: approx Mauve Taupe. HEX triplet: 83, 64 and 6F. RGB value is (131,100,111). Sum of RGB (Red+Green+Blue) = 131+100+111=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #83646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83646F is #7C9B90. Grayscale: #6E6E6E. Windows color (decimal): -8166289 or 7300227. OLE color: 7300227.

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

Color convert

RGB131100111-
CMYK00.240.150.49
HSL338.71º13.42%45.29%-
HSV(B)338.71º23.66%51.37%-
XYZ16.7915.0917.07-
YUV110.52128.27142.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.30%
GREEN value IS 100 (39.45% from 255) = 29.24%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=38.30%
G=29.24%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110011100.240.150.49338.7113.4245.29
Hex83646F018F31153d2d
Octal20314415703017615231555
Binary100000111100100110111101100011111100011010100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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