#835E6F

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

Shades of Mauve Taupe #835E6F

Tints of Mauve Taupe #835E6F

Color information

#835E6F (or 0x835E6F) is unknown color: approx Mauve Taupe. HEX triplet: 83, 5E and 6F. RGB value is (131,94,111). Sum of RGB (Red+Green+Blue) = 131+94+111=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 131 - color contains mainly: red. Hex color #835E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835E6F is #7CA190. Grayscale: #6A6A6A. Windows color (decimal): -8167825 or 7298691. OLE color: 7298691.

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

Color convert

RGB13194111-
CMYK00.280.150.49
HSL332.43º16.44%44.12%-
HSV(B)332.43º28.24%51.37%-
XYZ16.2313.9816.88-
YUV107130.26145.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.99%
GREEN value IS 94 (37.11% from 255) = 27.98%
BLUE value IS 111 (43.75% from 255) = 33.04%
R=38.99%
G=27.98%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319411100.280.150.49332.4316.4444.12
Hex835E6F01CF3114c102c
Octal20313615703417615142054
Binary1000001110111101101111011100111111000110100110010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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