#845A6F

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

Shades of Mauve Taupe #845A6F

Tints of Mauve Taupe #845A6F

Color information

#845A6F (or 0x845A6F) is unknown color: approx Mauve Taupe. HEX triplet: 84, 5A and 6F. RGB value is (132,90,111). Sum of RGB (Red+Green+Blue) = 132+90+111=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #845A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845A6F is #7BA590. Grayscale: #686868. Windows color (decimal): -8103313 or 7297668. OLE color: 7297668.

HSL color Cylindrical-coordinate representation of color #845A6F: hue angle of 330º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #845A6F is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB13290111-
CMYK00.320.160.48
HSL330º18.92%43.53%-
HSV(B)330º31.82%51.76%-
XYZ16.0413.3716.77-
YUV104.95131.41147.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 90 (35.55% from 255) = 27.03%
BLUE value IS 111 (43.75% from 255) = 33.33%
R=39.64%
G=27.03%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329011100.320.160.4833018.9243.53
Hex845A6F020103014a132c
Octal20413215704020605122354
Binary100001001011010110111101000001000011000010100101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,90,111); }

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

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

 a { background-color: rgb(132,90,111); }

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

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

 span { border-color: rgb(132,90,111); }

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