#845E62

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

Shades of Mauve Taupe #845E62

Tints of Mauve Taupe #845E62

Color information

#845E62 (or 0x845E62) is unknown color: approx Mauve Taupe. HEX triplet: 84, 5E and 62. RGB value is (132,94,98). Sum of RGB (Red+Green+Blue) = 132+94+98=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #845E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E62 is #7BA19D. Grayscale: #696969. Windows color (decimal): -8102302 or 6446724. OLE color: 6446724.

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

Color convert

RGB1329498-
CMYK00.290.260.48
HSL353.68º16.81%44.31%-
HSV(B)353.68º28.79%51.76%-
XYZ15.7213.7913.39-
YUV105.82123.59146.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.74%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 98 (38.67% from 255) = 30.25%
R=40.74%
G=29.01%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132949800.290.260.48353.6816.8144.31
Hex845E6201D1A30162112c
Octal20413614203532605422154
Binary10000100101111011000100111011101011000010110001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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