#836171

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

Shades of Mauve Taupe #836171

Tints of Mauve Taupe #836171

Color information

#836171 (or 0x836171) is unknown color: approx Mauve Taupe. HEX triplet: 83, 61 and 71. RGB value is (131,97,113). Sum of RGB (Red+Green+Blue) = 131+97+113=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 131 - color contains mainly: red. Hex color #836171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836171 is #7C9E8E. Grayscale: #6C6C6C. Windows color (decimal): -8167055 or 7430531. OLE color: 7430531.

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

Color convert

RGB13197113-
CMYK00.260.140.49
HSL331.76º14.91%44.71%-
HSV(B)331.76º25.95%51.37%-
XYZ16.6214.5717.56-
YUV108.99130.26143.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.42%
GREEN value IS 97 (38.28% from 255) = 28.45%
BLUE value IS 113 (44.53% from 255) = 33.14%
R=38.42%
G=28.45%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319711300.260.140.49331.7614.9144.71
Hex83617101AE3114cf2d
Octal20314116103216615141755
Binary100000111100001111000101101011101100011010011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836171; }

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

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

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

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

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

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

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

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