#83666E

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

Shades of Mauve Taupe #83666E

Tints of Mauve Taupe #83666E

Color information

#83666E (or 0x83666E) is unknown color: approx Mauve Taupe. HEX triplet: 83, 66 and 6E. RGB value is (131,102,110). Sum of RGB (Red+Green+Blue) = 131+102+110=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #83666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83666E is #7C9991. Grayscale: #6F6F6F. Windows color (decimal): -8165778 or 7235203. OLE color: 7235203.

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

Color convert

RGB131102110-
CMYK00.220.160.49
HSL343.45º12.45%45.69%-
HSV(B)343.45º22.14%51.37%-
XYZ16.9315.4516.84-
YUV111.58127.11141.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=38.19%
G=29.74%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110211000.220.160.49343.4512.4545.69
Hex83666E0161031157c2e
Octal20314615602620615271456
Binary1000001111001101101110010110100001100011010101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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