Html Css Color HEX #8F6A71 Mauve Taupe

📋 copy color: '#8F6A71'

red 143 ◦ green 106 ◦ blue 113

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

Shades of Mauve Taupe #8F6A71

Tints of Mauve Taupe #8F6A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.22%

R = 39.5%
G = 29.28%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#8F6A71 (or 0x8F6A71) is known color: Mauve Taupe. HEX triplet: 8F, 6A and 71. RGB value is (143,106,113). Sum of RGB (Red+Green+Blue) = 143+106+113=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6A71 is #70958E. Grayscale: #757575. Windows color (decimal): -7378319 or 7432847. OLE color: 7432847.

HSL color Cylindrical-coordinate representation of color #8F6A71: hue angle of 348.65º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F6A71 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 106 113 -
CMYK 0 0.26 0.21 0.44
HSL 348.65º 0.15% 0.49% -
HSV(B) 348.65º 0.26% 0.56% -
XYZ 19.46 17.34 17.94 -
YUV 117.86 125.26 145.93 -
System Red Green Blue C M Y K H S L
Decimal 143 106 113 0 0.26 0.21 0.44 348.65 0.15 0.49
Hex 8F 6A 71 0 1A 15 2C 15D F 31
Octal 217 152 161 0 32 25 54 535 17 61
Binary 10001111 1101010 1110001 0 11010 10101 101100 101011101 1111 110001

Color Harmonies of #8F6A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6A71

Black with #8F6A71

Text Example


Text Example

White with #8F6A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,106,113); }

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

background-color css

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

 a { background-color: rgb(143,106,113); }

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

border-color css

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

 span { border-color: rgb(143,106,113); }

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