#845D62

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

Shades of Mauve Taupe #845D62

Tints of Mauve Taupe #845D62

Color information

#845D62 (or 0x845D62) is unknown color: approx Mauve Taupe. HEX triplet: 84, 5D and 62. RGB value is (132,93,98). Sum of RGB (Red+Green+Blue) = 132+93+98=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #845D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D62 is #7BA29D. Grayscale: #696969. Windows color (decimal): -8102558 or 6446468. OLE color: 6446468.

HSL color Cylindrical-coordinate representation of color #845D62: hue angle of 352.31º 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 #845D62 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB1329398-
CMYK00.300.260.48
HSL352.31º17.33%44.12%-
HSV(B)352.31º29.55%51.76%-
XYZ15.6313.6213.36-
YUV105.23123.92147.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.87%
GREEN value IS 93 (36.72% from 255) = 28.79%
BLUE value IS 98 (38.67% from 255) = 30.34%
R=40.87%
G=28.79%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132939800.300.260.48352.3117.3344.12
Hex845D6201E1A30160112c
Octal20413514203632605402154
Binary10000100101110111000100111101101011000010110000010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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