#83606C

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

Shades of Mauve Taupe #83606C

Tints of Mauve Taupe #83606C

Color information

#83606C (or 0x83606C) is unknown color: approx Mauve Taupe. HEX triplet: 83, 60 and 6C. RGB value is (131,96,108). Sum of RGB (Red+Green+Blue) = 131+96+108=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 131 - color contains mainly: red. Hex color #83606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83606C is #7C9F93. Grayscale: #6B6B6B. Windows color (decimal): -8167316 or 7102595. OLE color: 7102595.

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

Color convert

RGB13196108-
CMYK00.270.180.49
HSL339.43º15.42%44.51%-
HSV(B)339.43º26.72%51.37%-
XYZ16.2514.2716.09-
YUV107.83128.1144.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.10%
GREEN value IS 96 (37.89% from 255) = 28.66%
BLUE value IS 108 (42.58% from 255) = 32.24%
R=39.10%
G=28.66%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319610800.270.180.49339.4315.4244.51
Hex83606C01B1231153f2d
Octal20314015403322615231755
Binary1000001111000001101100011011100101100011010100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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