#835D64

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

Shades of Mauve Taupe #835D64

Tints of Mauve Taupe #835D64

Color information

#835D64 (or 0x835D64) is unknown color: approx Mauve Taupe. HEX triplet: 83, 5D and 64. RGB value is (131,93,100). Sum of RGB (Red+Green+Blue) = 131+93+100=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #835D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835D64 is #7CA29B. Grayscale: #696969. Windows color (decimal): -8168092 or 6577539. OLE color: 6577539.

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

Color convert

RGB13193100-
CMYK00.290.240.49
HSL348.95º16.96%43.92%-
HSV(B)348.95º29.01%51.37%-
XYZ15.5713.5713.86-
YUV105.16125.09146.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.43%
GREEN value IS 93 (36.72% from 255) = 28.70%
BLUE value IS 100 (39.45% from 255) = 30.86%
R=40.43%
G=28.70%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319310000.290.240.49348.9516.9643.92
Hex835D6401D183115d112c
Octal20313514403530615352154
Binary10000011101110111001000111011100011000110101110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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