#83666F

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

Shades of Mauve Taupe #83666F

Tints of Mauve Taupe #83666F

Color information

#83666F (or 0x83666F) is unknown color: approx Mauve Taupe. HEX triplet: 83, 66 and 6F. RGB value is (131,102,111). Sum of RGB (Red+Green+Blue) = 131+102+111=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 131 - color contains mainly: red. Hex color #83666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83666F is #7C9990. Grayscale: #6F6F6F. Windows color (decimal): -8165777 or 7300739. OLE color: 7300739.

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

Color convert

RGB131102111-
CMYK00.220.150.49
HSL341.38º12.45%45.69%-
HSV(B)341.38º22.14%51.37%-
XYZ16.9815.4817.13-
YUV111.7127.61141.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.08%
GREEN value IS 102 (40.23% from 255) = 29.65%
BLUE value IS 111 (43.75% from 255) = 32.27%
R=38.08%
G=29.65%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110211100.220.150.49341.3812.4545.69
Hex83666F016F31155c2e
Octal20314615702617615251456
Binary100000111100110110111101011011111100011010101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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