Html Css Color HEX #8D626D Mauve Taupe

📋 copy color: '#8D626D'

red 141 ◦ green 98 ◦ blue 109

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

Shades of Mauve Taupe #8D626D

Tints of Mauve Taupe #8D626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.16%

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

R = 40.52%
G = 28.16%
B = 31.32%

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

#8D626D (or 0x8D626D) is known color: Mauve Taupe. HEX triplet: 8D, 62 and 6D. RGB value is (141,98,109). Sum of RGB (Red+Green+Blue) = 141+98+109=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 141 - color contains mainly: red. Hex color #8D626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D626D is #729D92. Grayscale: #707070. Windows color (decimal): -7511443 or 7168653. OLE color: 7168653.

HSL color Cylindrical-coordinate representation of color #8D626D: hue angle of 344.65º degrees, saturation: 0.18, 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 #8D626D is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 98 109 -
CMYK 0 0.30 0.23 0.45
HSL 344.65º 0.18% 0.47% -
HSV(B) 344.65º 0.3% 0.55% -
XYZ 18.11 15.5 16.51 -
YUV 112.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 141 98 109 0 0.30 0.23 0.45 344.65 0.18 0.47
Hex 8D 62 6D 0 1E 17 2D 159 12 2F
Octal 215 142 155 0 36 27 55 531 22 57
Binary 10001101 1100010 1101101 0 11110 10111 101101 101011001 10010 101111

Color Harmonies of #8D626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D626D

Black with #8D626D

Text Example


Text Example

White with #8D626D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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