#835B6C

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

Shades of Mauve Taupe #835B6C

Tints of Mauve Taupe #835B6C

Color information

#835B6C (or 0x835B6C) is unknown color: approx Mauve Taupe. HEX triplet: 83, 5B and 6C. RGB value is (131,91,108). Sum of RGB (Red+Green+Blue) = 131+91+108=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 131 - color contains mainly: red. Hex color #835B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835B6C is #7CA493. Grayscale: #686868. Windows color (decimal): -8168596 or 7101315. OLE color: 7101315.

HSL color Cylindrical-coordinate representation of color #835B6C: hue angle of 334.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 #835B6C is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB13191108-
CMYK00.310.180.49
HSL334.5º18.02%43.53%-
HSV(B)334.5º30.53%51.37%-
XYZ15.8113.3915.94-
YUV104.9129.75146.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.70%
GREEN value IS 91 (35.94% from 255) = 27.58%
BLUE value IS 108 (42.58% from 255) = 32.73%
R=39.70%
G=27.58%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319110800.310.180.49334.518.0243.53
Hex835B6C01F123114e122c
Octal20313315403722615162254
Binary10000011101101111011000111111001011000110100111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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