#845E6A

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

Shades of Mauve Taupe #845E6A

Tints of Mauve Taupe #845E6A

Color information

#845E6A (or 0x845E6A) is unknown color: approx Mauve Taupe. HEX triplet: 84, 5E and 6A. RGB value is (132,94,106). Sum of RGB (Red+Green+Blue) = 132+94+106=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #845E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E6A is #7BA195. Grayscale: #6A6A6A. Windows color (decimal): -8102294 or 6971012. OLE color: 6971012.

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

Color convert

RGB13294106-
CMYK00.290.200.48
HSL341.05º16.81%44.31%-
HSV(B)341.05º28.79%51.76%-
XYZ16.1213.9515.48-
YUV106.73127.59146.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.76%
GREEN value IS 94 (37.11% from 255) = 28.31%
BLUE value IS 106 (41.80% from 255) = 31.93%
R=39.76%
G=28.31%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329410600.290.200.48341.0516.8144.31
Hex845E6A01D1430155112c
Octal20413615203524605252154
Binary10000100101111011010100111011010011000010101010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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