Html Css Color HEX #845C64 Mauve Taupe

📋 copy color: '#845C64'

red 132 ◦ green 92 ◦ blue 100

#845C64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #845C64

Tints of Mauve Taupe #845C64

RGB

 RED value IS 132 (51.95% from 255) = 40.74%

 GREEN value IS 92 (36.33% from 255) = 28.4%

 BLUE value IS 100 (39.45% from 255) = 30.86%

R = 40.74%
G = 28.4%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#845C64 (or 0x845C64) is known color: Mauve Taupe. HEX triplet: 84, 5C and 64. RGB value is (132,92,100). Sum of RGB (Red+Green+Blue) = 132+92+100=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #845C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C64 is #7BA39B. Grayscale: #686868. Windows color (decimal): -8102812 or 6577284. OLE color: 6577284.

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

Color convert

RGB 132 92 100 -
CMYK 0 0.30 0.24 0.48
HSL 348º 0.18% 0.44% -
HSV(B) 348º 0.3% 0.52% -
XYZ 15.64 13.48 13.83 -
YUV 104.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 132 92 100 0 0.30 0.24 0.48 348 0.18 0.44
Hex 84 5C 64 0 1E 18 30 15C 12 2C
Octal 204 134 144 0 36 30 60 534 22 54
Binary 10000100 1011100 1100100 0 11110 11000 110000 101011100 10010 101100

Color Harmonies of #845C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845C64

Black with #845C64

Text Example


Text Example

White with #845C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #845C64;
 }
 .AnyTagClassName
 {
   color: #845C64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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