Html Css Color HEX #8D636D Mauve Taupe

📋 copy color: '#8D636D'

red 141 ◦ green 99 ◦ blue 109

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

Shades of Mauve Taupe #8D636D

Tints of Mauve Taupe #8D636D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.37%

 BLUE value IS 109 (42.97% from 255) = 31.23%

R = 40.4%
G = 28.37%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8D636D (or 0x8D636D) is known color: Mauve Taupe. HEX triplet: 8D, 63 and 6D. RGB value is (141,99,109). Sum of RGB (Red+Green+Blue) = 141+99+109=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 141 - color contains mainly: red. Hex color #8D636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D636D is #729C92. Grayscale: #707070. Windows color (decimal): -7511187 or 7168909. OLE color: 7168909.

HSL color Cylindrical-coordinate representation of color #8D636D: hue angle of 345.71º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D636D is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 99 109 -
CMYK 0 0.30 0.23 0.45
HSL 345.71º 0.18% 0.47% -
HSV(B) 345.71º 0.3% 0.55% -
XYZ 18.21 15.69 16.54 -
YUV 112.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 141 99 109 0 0.30 0.23 0.45 345.71 0.18 0.47
Hex 8D 63 6D 0 1E 17 2D 15A 12 2F
Octal 215 143 155 0 36 27 55 532 22 57
Binary 10001101 1100011 1101101 0 11110 10111 101101 101011010 10010 101111

Color Harmonies of #8D636D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D636D

Black with #8D636D

Text Example


Text Example

White with #8D636D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,99,109); }

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

background-color css

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

 a { background-color: rgb(141,99,109); }

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

border-color css

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

 span { border-color: rgb(141,99,109); }

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