Html Css Color HEX #8D6466 Mauve Taupe

📋 copy color: '#8D6466'

red 141 ◦ green 100 ◦ blue 102

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

Shades of Mauve Taupe #8D6466

Tints of Mauve Taupe #8D6466

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.15%

 BLUE value IS 102 (40.23% from 255) = 29.74%

R = 41.11%
G = 29.15%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8D6466 (or 0x8D6466) is known color: Mauve Taupe. HEX triplet: 8D, 64 and 66. RGB value is (141,100,102). Sum of RGB (Red+Green+Blue) = 141+100+102=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6466 is #729B99. Grayscale: #707070. Windows color (decimal): -7510938 or 6710413. OLE color: 6710413.

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

Color convert

RGB 141 100 102 -
CMYK 0 0.29 0.28 0.45
HSL 357.07º 0.17% 0.47% -
HSV(B) 357.07º 0.29% 0.55% -
XYZ 17.94 15.74 14.66 -
YUV 112.49 122.08 148.34 -
System Red Green Blue C M Y K H S L
Decimal 141 100 102 0 0.29 0.28 0.45 357.07 0.17 0.47
Hex 8D 64 66 0 1D 1C 2D 165 11 2F
Octal 215 144 146 0 35 34 55 545 21 57
Binary 10001101 1100100 1100110 0 11101 11100 101101 101100101 10001 101111

Color Harmonies of #8D6466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6466

Black with #8D6466

Text Example


Text Example

White with #8D6466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,100,102); }

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

background-color css

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

 a { background-color: rgb(141,100,102); }

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

border-color css

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

 span { border-color: rgb(141,100,102); }

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