Html Css Color HEX #8D6366 Mauve Taupe

📋 copy color: '#8D6366'

red 141 ◦ green 99 ◦ blue 102

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

Shades of Mauve Taupe #8D6366

Tints of Mauve Taupe #8D6366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.95%

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

R = 41.23%
G = 28.95%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8D6366 (or 0x8D6366) is known color: Mauve Taupe. HEX triplet: 8D, 63 and 66. RGB value is (141,99,102). Sum of RGB (Red+Green+Blue) = 141+99+102=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6366 is #729C99. Grayscale: #6F6F6F. Windows color (decimal): -7511194 or 6710157. OLE color: 6710157.

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

Color convert

RGB 141 99 102 -
CMYK 0 0.30 0.28 0.45
HSL 355.71º 0.18% 0.47% -
HSV(B) 355.71º 0.3% 0.55% -
XYZ 17.84 15.55 14.63 -
YUV 111.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 141 99 102 0 0.30 0.28 0.45 355.71 0.18 0.47
Hex 8D 63 66 0 1E 1C 2D 164 12 2F
Octal 215 143 146 0 36 34 55 544 22 57
Binary 10001101 1100011 1100110 0 11110 11100 101101 101100100 10010 101111

Color Harmonies of #8D6366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6366

Black with #8D6366

Text Example


Text Example

White with #8D6366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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