#845E63

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

Shades of Mauve Taupe #845E63

Tints of Mauve Taupe #845E63

Color information

#845E63 (or 0x845E63) is unknown color: approx Mauve Taupe. HEX triplet: 84, 5E and 63. RGB value is (132,94,99). Sum of RGB (Red+Green+Blue) = 132+94+99=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #845E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E63 is #7BA19C. Grayscale: #696969. Windows color (decimal): -8102301 or 6512260. OLE color: 6512260.

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

Color convert

RGB1329499-
CMYK00.290.250.48
HSL352.11º16.81%44.31%-
HSV(B)352.11º28.79%51.76%-
XYZ15.7713.8113.64-
YUV105.93124.09146.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 94 (37.11% from 255) = 28.92%
BLUE value IS 99 (39.06% from 255) = 30.46%
R=40.62%
G=28.92%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132949900.290.250.48352.1116.8144.31
Hex845E6301D1930160112c
Octal20413614303531605402154
Binary10000100101111011000110111011100111000010110000010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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