Html Css Color HEX #8D6A6D Mauve Taupe

📋 copy color: '#8D6A6D'

red 141 ◦ green 106 ◦ blue 109

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

Shades of Mauve Taupe #8D6A6D

Tints of Mauve Taupe #8D6A6D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.78%

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

R = 39.61%
G = 29.78%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8D6A6D (or 0x8D6A6D) is known color: Mauve Taupe. HEX triplet: 8D, 6A and 6D. RGB value is (141,106,109). Sum of RGB (Red+Green+Blue) = 141+106+109=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6A6D is #729592. Grayscale: #747474. Windows color (decimal): -7509395 or 7170701. OLE color: 7170701.

HSL color Cylindrical-coordinate representation of color #8D6A6D: hue angle of 354.86º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D6A6D is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 106 109 -
CMYK 0 0.25 0.23 0.45
HSL 354.86º 0.14% 0.48% -
HSV(B) 354.86º 0.25% 0.55% -
XYZ 18.9 17.07 16.77 -
YUV 116.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 141 106 109 0 0.25 0.23 0.45 354.86 0.14 0.48
Hex 8D 6A 6D 0 19 17 2D 163 E 30
Octal 215 152 155 0 31 27 55 543 16 60
Binary 10001101 1101010 1101101 0 11001 10111 101101 101100011 1110 110000

Color Harmonies of #8D6A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6A6D

Black with #8D6A6D

Text Example


Text Example

White with #8D6A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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