#836371

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

Shades of Mauve Taupe #836371

Tints of Mauve Taupe #836371

Color information

#836371 (or 0x836371) is unknown color: approx Mauve Taupe. HEX triplet: 83, 63 and 71. RGB value is (131,99,113). Sum of RGB (Red+Green+Blue) = 131+99+113=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #836371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836371 is #7C9C8E. Grayscale: #6E6E6E. Windows color (decimal): -8166543 or 7431043. OLE color: 7431043.

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

Color convert

RGB13199113-
CMYK00.240.140.49
HSL333.75º13.91%45.1%-
HSV(B)333.75º24.43%51.37%-
XYZ16.814.9417.62-
YUV110.16129.6142.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 99 (39.06% from 255) = 28.86%
BLUE value IS 113 (44.53% from 255) = 32.94%
R=38.19%
G=28.86%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319911300.240.140.49333.7513.9145.1
Hex836371018E3114ee2d
Octal20314316103016615161655
Binary100000111100011111000101100011101100011010011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836371; }

 p { color: rgb(131,99,113); }

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

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

 a { background-color: rgb(131,99,113); }

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

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

 span { border-color: rgb(131,99,113); }

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