Html Css Color HEX #8D656A Mauve Taupe

📋 copy color: '#8D656A'

red 141 ◦ green 101 ◦ blue 106

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

Shades of Mauve Taupe #8D656A

Tints of Mauve Taupe #8D656A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.46%

R = 40.52%
G = 29.02%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8D656A (or 0x8D656A) is known color: Mauve Taupe. HEX triplet: 8D, 65 and 6A. RGB value is (141,101,106). Sum of RGB (Red+Green+Blue) = 141+101+106=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 141 - color contains mainly: red. Hex color #8D656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D656A is #729A95. Grayscale: #717171. Windows color (decimal): -7510678 or 6972813. OLE color: 6972813.

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

Color convert

RGB 141 101 106 -
CMYK 0 0.28 0.25 0.45
HSL 352.5º 0.17% 0.47% -
HSV(B) 352.5º 0.28% 0.55% -
XYZ 18.24 16.01 15.76 -
YUV 113.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 141 101 106 0 0.28 0.25 0.45 352.5 0.17 0.47
Hex 8D 65 6A 0 1C 19 2D 160 11 2F
Octal 215 145 152 0 34 31 55 540 21 57
Binary 10001101 1100101 1101010 0 11100 11001 101101 101100000 10001 101111

Color Harmonies of #8D656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D656A

Black with #8D656A

Text Example


Text Example

White with #8D656A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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