#835D6D

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

Shades of Mauve Taupe #835D6D

Tints of Mauve Taupe #835D6D

Color information

#835D6D (or 0x835D6D) is unknown color: approx Mauve Taupe. HEX triplet: 83, 5D and 6D. RGB value is (131,93,109). Sum of RGB (Red+Green+Blue) = 131+93+109=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 131 - color contains mainly: red. Hex color #835D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835D6D is #7CA292. Grayscale: #6A6A6A. Windows color (decimal): -8168083 or 7167363. OLE color: 7167363.

HSL color Cylindrical-coordinate representation of color #835D6D: hue angle of 334.74º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #835D6D is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB13193109-
CMYK00.290.170.49
HSL334.74º16.96%43.92%-
HSV(B)334.74º29.01%51.37%-
XYZ16.0313.7616.28-
YUV106.19129.59145.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.34%
GREEN value IS 93 (36.72% from 255) = 27.93%
BLUE value IS 109 (42.97% from 255) = 32.73%
R=39.34%
G=27.93%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319310900.290.170.49334.7416.9643.92
Hex835D6D01D113114f112c
Octal20313515503521615172154
Binary10000011101110111011010111011000111000110100111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835D6D; }

 p { color: rgb(131,93,109); }

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

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

 a { background-color: rgb(131,93,109); }

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

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

 span { border-color: rgb(131,93,109); }

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