#845D66

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

Shades of Mauve Taupe #845D66

Tints of Mauve Taupe #845D66

Color information

#845D66 (or 0x845D66) is unknown color: approx Mauve Taupe. HEX triplet: 84, 5D and 66. RGB value is (132,93,102). Sum of RGB (Red+Green+Blue) = 132+93+102=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #845D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D66 is #7BA299. Grayscale: #696969. Windows color (decimal): -8102554 or 6708612. OLE color: 6708612.

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

Color convert

RGB13293102-
CMYK00.300.230.48
HSL346.15º17.33%44.12%-
HSV(B)346.15º29.55%51.76%-
XYZ15.8313.6914.38-
YUV105.69125.92146.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 93 (36.72% from 255) = 28.44%
BLUE value IS 102 (40.23% from 255) = 31.19%
R=40.37%
G=28.44%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329310200.300.230.48346.1517.3344.12
Hex845D6601E173015a112c
Octal20413514603627605322154
Binary10000100101110111001100111101011111000010101101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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