#845B6B

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

Shades of Mauve Taupe #845B6B

Tints of Mauve Taupe #845B6B

Color information

#845B6B (or 0x845B6B) is unknown color: approx Mauve Taupe. HEX triplet: 84, 5B and 6B. RGB value is (132,91,107). Sum of RGB (Red+Green+Blue) = 132+91+107=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 132 - color contains mainly: red. Hex color #845B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845B6B is #7BA494. Grayscale: #696969. Windows color (decimal): -8103061 or 7035780. OLE color: 7035780.

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

Color convert

RGB13291107-
CMYK00.310.190.48
HSL336.59º18.39%43.73%-
HSV(B)336.59º31.06%51.76%-
XYZ15.9113.4515.67-
YUV105.08129.08147.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40%
GREEN value IS 91 (35.94% from 255) = 27.58%
BLUE value IS 107 (42.19% from 255) = 32.42%
R=40%
G=27.58%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329110700.310.190.48336.5918.3943.73
Hex845B6B01F1330151122c
Octal20413315303723605212254
Binary10000100101101111010110111111001111000010101000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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