Html Css Color HEX #8F6370 Mauve Taupe

📋 copy color: '#8F6370'

red 143 ◦ green 99 ◦ blue 112

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

Shades of Mauve Taupe #8F6370

Tints of Mauve Taupe #8F6370

RGB

 RED value IS 143 (56.25% from 255) = 40.4%

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

 BLUE value IS 112 (44.14% from 255) = 31.64%

R = 40.4%
G = 27.97%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#8F6370 (or 0x8F6370) is known color: Mauve Taupe. HEX triplet: 8F, 63 and 70. RGB value is (143,99,112). Sum of RGB (Red+Green+Blue) = 143+99+112=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6370 is #709C8F. Grayscale: #717171. Windows color (decimal): -7380112 or 7365519. OLE color: 7365519.

HSL color Cylindrical-coordinate representation of color #8F6370: hue angle of 342.27º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F6370 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 99 112 -
CMYK 0 0.31 0.22 0.44
HSL 342.27º 0.18% 0.47% -
HSV(B) 342.27º 0.31% 0.56% -
XYZ 18.71 15.93 17.42 -
YUV 113.64 127.08 148.94 -
System Red Green Blue C M Y K H S L
Decimal 143 99 112 0 0.31 0.22 0.44 342.27 0.18 0.47
Hex 8F 63 70 0 1F 16 2C 156 12 2F
Octal 217 143 160 0 37 26 54 526 22 57
Binary 10001111 1100011 1110000 0 11111 10110 101100 101010110 10010 101111

Color Harmonies of #8F6370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6370

Black with #8F6370

Text Example


Text Example

White with #8F6370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,99,112); }

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

background-color css

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

 a { background-color: rgb(143,99,112); }

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

border-color css

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

 span { border-color: rgb(143,99,112); }

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