#845C67

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

Shades of Mauve Taupe #845C67

Tints of Mauve Taupe #845C67

Color information

#845C67 (or 0x845C67) is unknown color: approx Mauve Taupe. HEX triplet: 84, 5C and 67. RGB value is (132,92,103). Sum of RGB (Red+Green+Blue) = 132+92+103=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #845C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C67 is #7BA398. Grayscale: #696969. Windows color (decimal): -8102809 or 6773892. OLE color: 6773892.

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

Color convert

RGB13292103-
CMYK00.300.220.48
HSL343.5º17.86%43.92%-
HSV(B)343.5º30.3%51.76%-
XYZ15.7913.5414.61-
YUV105.21126.75147.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 92 (36.33% from 255) = 28.13%
BLUE value IS 103 (40.62% from 255) = 31.50%
R=40.37%
G=28.13%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329210300.300.220.48343.517.8643.92
Hex845C6701E1630158122c
Octal20413414703626605302254
Binary10000100101110011001110111101011011000010101100010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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