#845D61

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

Shades of Mauve Taupe #845D61

Tints of Mauve Taupe #845D61

Color information

#845D61 (or 0x845D61) is unknown color: approx Mauve Taupe. HEX triplet: 84, 5D and 61. RGB value is (132,93,97). Sum of RGB (Red+Green+Blue) = 132+93+97=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #845D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D61 is #7BA29E. Grayscale: #696969. Windows color (decimal): -8102559 or 6380932. OLE color: 6380932.

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

Color convert

RGB1329397-
CMYK00.300.270.48
HSL353.85º17.33%44.12%-
HSV(B)353.85º29.55%51.76%-
XYZ15.5913.613.11-
YUV105.12123.42147.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.99%
GREEN value IS 93 (36.72% from 255) = 28.88%
BLUE value IS 97 (38.28% from 255) = 30.12%
R=40.99%
G=28.88%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132939700.300.270.48353.8517.3344.12
Hex845D6101E1B30162112c
Octal20413514103633605422154
Binary10000100101110111000010111101101111000010110001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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