#845D6D

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

Shades of Mauve Taupe #845D6D

Tints of Mauve Taupe #845D6D

Color information

#845D6D (or 0x845D6D) is unknown color: approx Mauve Taupe. HEX triplet: 84, 5D and 6D. RGB value is (132,93,109). Sum of RGB (Red+Green+Blue) = 132+93+109=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #845D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D6D is #7BA292. Grayscale: #6A6A6A. Windows color (decimal): -8102547 or 7167364. OLE color: 7167364.

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

Color convert

RGB13293109-
CMYK00.300.170.48
HSL335.38º17.33%44.12%-
HSV(B)335.38º29.55%51.76%-
XYZ16.1913.8416.29-
YUV106.48129.42146.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 93 (36.72% from 255) = 27.84%
BLUE value IS 109 (42.97% from 255) = 32.63%
R=39.52%
G=27.84%
B=32.63%

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
Decimal1329310900.300.170.48335.3817.3344.12
Hex845D6D01E113014f112c
Octal20413515503621605172154
Binary10000100101110111011010111101000111000010100111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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