#83616E

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

Shades of Mauve Taupe #83616E

Tints of Mauve Taupe #83616E

Color information

#83616E (or 0x83616E) is unknown color: approx Mauve Taupe. HEX triplet: 83, 61 and 6E. RGB value is (131,97,110). Sum of RGB (Red+Green+Blue) = 131+97+110=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 131 - color contains mainly: red. Hex color #83616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83616E is #7C9E91. Grayscale: #6C6C6C. Windows color (decimal): -8167058 or 7233923. OLE color: 7233923.

HSL color Cylindrical-coordinate representation of color #83616E: hue angle of 337.06º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #83616E is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB13197110-
CMYK00.260.160.49
HSL337.06º14.91%44.71%-
HSV(B)337.06º25.95%51.37%-
XYZ16.4514.516.68-
YUV108.65128.76143.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.76%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 110 (43.36% from 255) = 32.54%
R=38.76%
G=28.70%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319711000.260.160.49337.0614.9144.71
Hex83616E01A1031151f2d
Octal20314115603220615211755
Binary1000001111000011101110011010100001100011010100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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