#845D64

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

Shades of Mauve Taupe #845D64

Tints of Mauve Taupe #845D64

Color information

#845D64 (or 0x845D64) is unknown color: approx Mauve Taupe. HEX triplet: 84, 5D and 64. RGB value is (132,93,100). Sum of RGB (Red+Green+Blue) = 132+93+100=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #845D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D64 is #7BA29B. Grayscale: #696969. Windows color (decimal): -8102556 or 6577540. OLE color: 6577540.

HSL color Cylindrical-coordinate representation of color #845D64: hue angle of 349.23º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #845D64 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB13293100-
CMYK00.300.240.48
HSL349.23º17.33%44.12%-
HSV(B)349.23º29.55%51.76%-
XYZ15.7313.6513.86-
YUV105.46124.92146.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 93 (36.72% from 255) = 28.62%
BLUE value IS 100 (39.45% from 255) = 30.77%
R=40.62%
G=28.62%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329310000.300.240.48349.2317.3344.12
Hex845D6401E183015d112c
Octal20413514403630605352154
Binary10000100101110111001000111101100011000010101110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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