Html Css Color HEX #8D656F Mauve Taupe

📋 copy color: '#8D656F'

red 141 ◦ green 101 ◦ blue 111

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

Shades of Mauve Taupe #8D656F

Tints of Mauve Taupe #8D656F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.61%

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

R = 39.94%
G = 28.61%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8D656F (or 0x8D656F) is known color: Mauve Taupe. HEX triplet: 8D, 65 and 6F. RGB value is (141,101,111). Sum of RGB (Red+Green+Blue) = 141+101+111=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 141 - color contains mainly: red. Hex color #8D656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D656F is #729A90. Grayscale: #727272. Windows color (decimal): -7510673 or 7300493. OLE color: 7300493.

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

Color convert

RGB 141 101 111 -
CMYK 0 0.28 0.21 0.45
HSL 345º 0.17% 0.47% -
HSV(B) 345º 0.28% 0.55% -
XYZ 18.51 16.12 17.17 -
YUV 114.1 126.25 147.19 -
System Red Green Blue C M Y K H S L
Decimal 141 101 111 0 0.28 0.21 0.45 345 0.17 0.47
Hex 8D 65 6F 0 1C 15 2D 159 11 2F
Octal 215 145 157 0 34 25 55 531 21 57
Binary 10001101 1100101 1101111 0 11100 10101 101101 101011001 10001 101111

Color Harmonies of #8D656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D656F

Black with #8D656F

Text Example


Text Example

White with #8D656F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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