#845C6B

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

Shades of Mauve Taupe #845C6B

Tints of Mauve Taupe #845C6B

Color information

#845C6B (or 0x845C6B) is unknown color: approx Mauve Taupe. HEX triplet: 84, 5C and 6B. RGB value is (132,92,107). Sum of RGB (Red+Green+Blue) = 132+92+107=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #845C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C6B is #7BA394. Grayscale: #696969. Windows color (decimal): -8102805 or 7036036. OLE color: 7036036.

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

Color convert

RGB13292107-
CMYK00.300.190.48
HSL337.5º17.86%43.92%-
HSV(B)337.5º30.3%51.76%-
XYZ1613.6215.7-
YUV105.67128.75146.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.88%
GREEN value IS 92 (36.33% from 255) = 27.79%
BLUE value IS 107 (42.19% from 255) = 32.33%
R=39.88%
G=27.79%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329210700.300.190.48337.517.8643.92
Hex845C6B01E1330152122c
Octal20413415303623605222254
Binary10000100101110011010110111101001111000010101001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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