Html Css Color HEX #8F696D Mauve Taupe

📋 copy color: '#8F696D'

red 143 ◦ green 105 ◦ blue 109

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

Shades of Mauve Taupe #8F696D

Tints of Mauve Taupe #8F696D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.41%

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

R = 40.06%
G = 29.41%
B = 30.53%

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

#8F696D (or 0x8F696D) is known color: Mauve Taupe. HEX triplet: 8F, 69 and 6D. RGB value is (143,105,109). Sum of RGB (Red+Green+Blue) = 143+105+109=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 143 - color contains mainly: red. Hex color #8F696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F696D is #709692. Grayscale: #747474. Windows color (decimal): -7378579 or 7170447. OLE color: 7170447.

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

Color convert

RGB 143 105 109 -
CMYK 0 0.27 0.24 0.44
HSL 353.68º 0.15% 0.49% -
HSV(B) 353.68º 0.27% 0.56% -
XYZ 19.14 17.05 16.75 -
YUV 116.82 123.59 146.67 -
System Red Green Blue C M Y K H S L
Decimal 143 105 109 0 0.27 0.24 0.44 353.68 0.15 0.49
Hex 8F 69 6D 0 1B 18 2C 162 F 31
Octal 217 151 155 0 33 30 54 542 17 61
Binary 10001111 1101001 1101101 0 11011 11000 101100 101100010 1111 110001

Color Harmonies of #8F696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F696D

Black with #8F696D

Text Example


Text Example

White with #8F696D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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