Html Css Color HEX #845E64 Mauve Taupe

📋 copy color: '#845E64'

red 132 ◦ green 94 ◦ blue 100

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

Shades of Mauve Taupe #845E64

Tints of Mauve Taupe #845E64

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.83%

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

R = 40.49%
G = 28.83%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#845E64 (or 0x845E64) is known color: Mauve Taupe. HEX triplet: 84, 5E and 64. RGB value is (132,94,100). Sum of RGB (Red+Green+Blue) = 132+94+100=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #845E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E64 is #7BA19B. Grayscale: #6A6A6A. Windows color (decimal): -8102300 or 6577796. OLE color: 6577796.

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

Color convert

RGB 132 94 100 -
CMYK 0 0.29 0.24 0.48
HSL 350.53º 0.17% 0.44% -
HSV(B) 350.53º 0.29% 0.52% -
XYZ 15.82 13.83 13.89 -
YUV 106.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 132 94 100 0 0.29 0.24 0.48 350.53 0.17 0.44
Hex 84 5E 64 0 1D 18 30 15F 11 2C
Octal 204 136 144 0 35 30 60 537 21 54
Binary 10000100 1011110 1100100 0 11101 11000 110000 101011111 10001 101100

Color Harmonies of #845E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845E64

Black with #845E64

Text Example


Text Example

White with #845E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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