Html Css Color HEX #8F686D Mauve Taupe

📋 copy color: '#8F686D'

red 143 ◦ green 104 ◦ blue 109

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

Shades of Mauve Taupe #8F686D

Tints of Mauve Taupe #8F686D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.21%

 BLUE value IS 109 (42.97% from 255) = 30.62%

R = 40.17%
G = 29.21%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#8F686D (or 0x8F686D) is known color: Mauve Taupe. HEX triplet: 8F, 68 and 6D. RGB value is (143,104,109). Sum of RGB (Red+Green+Blue) = 143+104+109=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 143 - color contains mainly: red. Hex color #8F686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F686D is #709792. Grayscale: #747474. Windows color (decimal): -7378835 or 7170191. OLE color: 7170191.

HSL color Cylindrical-coordinate representation of color #8F686D: hue angle of 352.31º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F686D is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 104 109 -
CMYK 0 0.27 0.24 0.44
HSL 352.31º 0.16% 0.48% -
HSV(B) 352.31º 0.27% 0.56% -
XYZ 19.04 16.84 16.72 -
YUV 116.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 143 104 109 0 0.27 0.24 0.44 352.31 0.16 0.48
Hex 8F 68 6D 0 1B 18 2C 160 10 30
Octal 217 150 155 0 33 30 54 540 20 60
Binary 10001111 1101000 1101101 0 11011 11000 101100 101100000 10000 110000

Color Harmonies of #8F686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F686D

Black with #8F686D

Text Example


Text Example

White with #8F686D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,104,109); }

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

background-color css

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

 a { background-color: rgb(143,104,109); }

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

border-color css

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

 span { border-color: rgb(143,104,109); }

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