Html Css Color HEX #8D626F Mauve Taupe

📋 copy color: '#8D626F'

red 141 ◦ green 98 ◦ blue 111

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

Shades of Mauve Taupe #8D626F

Tints of Mauve Taupe #8D626F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.71%

R = 40.29%
G = 28%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8D626F (or 0x8D626F) is known color: Mauve Taupe. HEX triplet: 8D, 62 and 6F. RGB value is (141,98,111). Sum of RGB (Red+Green+Blue) = 141+98+111=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D626F is #729D90. Grayscale: #707070. Windows color (decimal): -7511441 or 7299725. OLE color: 7299725.

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

Color convert

RGB 141 98 111 -
CMYK 0 0.30 0.21 0.45
HSL 341.86º 0.18% 0.47% -
HSV(B) 341.86º 0.3% 0.55% -
XYZ 18.22 15.55 17.08 -
YUV 112.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 141 98 111 0 0.30 0.21 0.45 341.86 0.18 0.47
Hex 8D 62 6F 0 1E 15 2D 156 12 2F
Octal 215 142 157 0 36 25 55 526 22 57
Binary 10001101 1100010 1101111 0 11110 10101 101101 101010110 10010 101111

Color Harmonies of #8D626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D626F

Black with #8D626F

Text Example


Text Example

White with #8D626F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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