#835B6E

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

Shades of Mauve Taupe #835B6E

Tints of Mauve Taupe #835B6E

Color information

#835B6E (or 0x835B6E) is unknown color: approx Mauve Taupe. HEX triplet: 83, 5B and 6E. RGB value is (131,91,110). Sum of RGB (Red+Green+Blue) = 131+91+110=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 131 - color contains mainly: red. Hex color #835B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835B6E is #7CA491. Grayscale: #696969. Windows color (decimal): -8168594 or 7232387. OLE color: 7232387.

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

Color convert

RGB13191110-
CMYK00.310.160.49
HSL331.5º18.02%43.53%-
HSV(B)331.5º30.53%51.37%-
XYZ15.9213.4316.51-
YUV105.13130.75146.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.46%
GREEN value IS 91 (35.94% from 255) = 27.41%
BLUE value IS 110 (43.36% from 255) = 33.13%
R=39.46%
G=27.41%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319111000.310.160.49331.518.0243.53
Hex835B6E01F103114c122c
Octal20313315603720615142254
Binary10000011101101111011100111111000011000110100110010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,91,110); }

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

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

 a { background-color: rgb(131,91,110); }

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

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

 span { border-color: rgb(131,91,110); }

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