Html Css Color HEX #8D5C64 Mauve Taupe

📋 copy color: '#8D5C64'

red 141 ◦ green 92 ◦ blue 100

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

Shades of Mauve Taupe #8D5C64

Tints of Mauve Taupe #8D5C64

RGB

 RED value IS 141 (55.47% from 255) = 42.34%

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

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

R = 42.34%
G = 27.63%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8D5C64 (or 0x8D5C64) is known color: Mauve Taupe. HEX triplet: 8D, 5C and 64. RGB value is (141,92,100). Sum of RGB (Red+Green+Blue) = 141+92+100=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5C64 is #72A39B. Grayscale: #6B6B6B. Windows color (decimal): -7512988 or 6577293. OLE color: 6577293.

HSL color Cylindrical-coordinate representation of color #8D5C64: hue angle of 350.2º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D5C64 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 92 100 -
CMYK 0 0.35 0.29 0.45
HSL 350.2º 0.21% 0.46% -
HSV(B) 350.2º 0.35% 0.55% -
XYZ 17.11 14.24 13.9 -
YUV 107.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 141 92 100 0 0.35 0.29 0.45 350.2 0.21 0.46
Hex 8D 5C 64 0 23 1D 2D 15E 15 2E
Octal 215 134 144 0 43 35 55 536 25 56
Binary 10001101 1011100 1100100 0 100011 11101 101101 101011110 10101 101110

Color Harmonies of #8D5C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5C64

Black with #8D5C64

Text Example


Text Example

White with #8D5C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D5C64; }

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

 H1.HeaderClassName
 {
   color: #8D5C64;
 }
 .AnyTagClassName
 {
   color: #8D5C64;
 }
</style>

background-color css

<style>
 a { background-color: #8D5C64; }

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

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

border-color css

<style>
 span { border-color: #8D5C64; }

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

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