#83626C

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

Shades of Mauve Taupe #83626C

Tints of Mauve Taupe #83626C

Color information

#83626C (or 0x83626C) is unknown color: approx Mauve Taupe. HEX triplet: 83, 62 and 6C. RGB value is (131,98,108). Sum of RGB (Red+Green+Blue) = 131+98+108=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 131 - color contains mainly: red. Hex color #83626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83626C is #7C9D93. Grayscale: #6D6D6D. Windows color (decimal): -8166804 or 7103107. OLE color: 7103107.

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

Color convert

RGB13198108-
CMYK00.250.180.49
HSL341.82º14.41%44.9%-
HSV(B)341.82º25.19%51.37%-
XYZ16.4314.6416.15-
YUV109.01127.43143.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.87%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=38.87%
G=29.08%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319810800.250.180.49341.8214.4144.9
Hex83626C0191231156e2d
Octal20314215403122615261655
Binary1000001111000101101100011001100101100011010101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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