#845F64

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

Shades of Mauve Taupe #845F64

Tints of Mauve Taupe #845F64

Color information

#845F64 (or 0x845F64) is unknown color: approx Mauve Taupe. HEX triplet: 84, 5F and 64. RGB value is (132,95,100). Sum of RGB (Red+Green+Blue) = 132+95+100=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #845F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845F64 is #7BA09B. Grayscale: #6A6A6A. Windows color (decimal): -8102044 or 6578052. OLE color: 6578052.

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

Color convert

RGB13295100-
CMYK00.280.240.48
HSL351.89º16.3%44.51%-
HSV(B)351.89º28.03%51.76%-
XYZ15.9114.0113.92-
YUV106.63124.26146.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 95 (37.5% from 255) = 29.05%
BLUE value IS 100 (39.45% from 255) = 30.58%
R=40.37%
G=29.05%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329510000.280.240.48351.8916.344.51
Hex845F6401C1830160102d
Octal20413714403430605402055
Binary10000100101111111001000111001100011000010110000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,95,100); }

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

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

 a { background-color: rgb(132,95,100); }

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

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

 span { border-color: rgb(132,95,100); }

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