#835D6F

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

Shades of Mauve Taupe #835D6F

Tints of Mauve Taupe #835D6F

Color information

#835D6F (or 0x835D6F) is unknown color: approx Mauve Taupe. HEX triplet: 83, 5D and 6F. RGB value is (131,93,111). Sum of RGB (Red+Green+Blue) = 131+93+111=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 131 - color contains mainly: red. Hex color #835D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835D6F is #7CA290. Grayscale: #6A6A6A. Windows color (decimal): -8168081 or 7298435. OLE color: 7298435.

HSL color Cylindrical-coordinate representation of color #835D6F: hue angle of 331.58º 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 #835D6F is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB13193111-
CMYK00.290.150.49
HSL331.58º16.96%43.92%-
HSV(B)331.58º29.01%51.37%-
XYZ16.1413.816.85-
YUV106.41130.59145.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.10%
GREEN value IS 93 (36.72% from 255) = 27.76%
BLUE value IS 111 (43.75% from 255) = 33.13%
R=39.10%
G=27.76%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319311100.290.150.49331.5816.9643.92
Hex835D6F01DF3114c112c
Octal20313515703517615142154
Binary1000001110111011101111011101111111000110100110010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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