#845C6A

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

Shades of Mauve Taupe #845C6A

Tints of Mauve Taupe #845C6A

Color information

#845C6A (or 0x845C6A) is unknown color: approx Mauve Taupe. HEX triplet: 84, 5C and 6A. RGB value is (132,92,106). Sum of RGB (Red+Green+Blue) = 132+92+106=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 132 - color contains mainly: red. Hex color #845C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C6A is #7BA395. Grayscale: #696969. Windows color (decimal): -8102806 or 6970500. OLE color: 6970500.

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

Color convert

RGB13292106-
CMYK00.300.200.48
HSL339º17.86%43.92%-
HSV(B)339º30.3%51.76%-
XYZ15.9413.615.42-
YUV105.56128.25146.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40%
GREEN value IS 92 (36.33% from 255) = 27.88%
BLUE value IS 106 (41.80% from 255) = 32.12%
R=40%
G=27.88%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329210600.300.200.4833917.8643.92
Hex845C6A01E1430153122c
Octal20413415203624605232254
Binary10000100101110011010100111101010011000010101001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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