#845C6D

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

Shades of Mauve Taupe #845C6D

Tints of Mauve Taupe #845C6D

Color information

#845C6D (or 0x845C6D) is unknown color: approx Mauve Taupe. HEX triplet: 84, 5C and 6D. RGB value is (132,92,109). Sum of RGB (Red+Green+Blue) = 132+92+109=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #845C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C6D is #7BA392. Grayscale: #696969. Windows color (decimal): -8102803 or 7167108. OLE color: 7167108.

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

Color convert

RGB13292109-
CMYK00.300.170.48
HSL334.5º17.86%43.92%-
HSV(B)334.5º30.3%51.76%-
XYZ16.113.6616.26-
YUV105.9129.75146.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 92 (36.33% from 255) = 27.63%
BLUE value IS 109 (42.97% from 255) = 32.73%
R=39.64%
G=27.63%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329210900.300.170.48334.517.8643.92
Hex845C6D01E113014e122c
Octal20413415503621605162254
Binary10000100101110011011010111101000111000010100111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,92,109); }

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

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

 a { background-color: rgb(132,92,109); }

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

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

 span { border-color: rgb(132,92,109); }

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