Html Css Color HEX #8D6375 Mauve Taupe

📋 copy color: '#8D6375'

red 141 ◦ green 99 ◦ blue 117

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

Shades of Mauve Taupe #8D6375

Tints of Mauve Taupe #8D6375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.77%

R = 39.5%
G = 27.73%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8D6375 (or 0x8D6375) is known color: Mauve Taupe. HEX triplet: 8D, 63 and 75. RGB value is (141,99,117). Sum of RGB (Red+Green+Blue) = 141+99+117=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6375 is #729C8A. Grayscale: #717171. Windows color (decimal): -7511179 or 7693197. OLE color: 7693197.

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

Color convert

RGB 141 99 117 -
CMYK 0 0.30 0.17 0.45
HSL 334.29º 0.18% 0.47% -
HSV(B) 334.29º 0.3% 0.55% -
XYZ 18.66 15.87 18.91 -
YUV 113.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 141 99 117 0 0.30 0.17 0.45 334.29 0.18 0.47
Hex 8D 63 75 0 1E 11 2D 14E 12 2F
Octal 215 143 165 0 36 21 55 516 22 57
Binary 10001101 1100011 1110101 0 11110 10001 101101 101001110 10010 101111

Color Harmonies of #8D6375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6375

Black with #8D6375

Text Example


Text Example

White with #8D6375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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