Html Css Color HEX #8F646F Mauve Taupe

📋 copy color: '#8F646F'

red 143 ◦ green 100 ◦ blue 111

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

Shades of Mauve Taupe #8F646F

Tints of Mauve Taupe #8F646F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.25%

 BLUE value IS 111 (43.75% from 255) = 31.36%

R = 40.4%
G = 28.25%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#8F646F (or 0x8F646F) is known color: Mauve Taupe. HEX triplet: 8F, 64 and 6F. RGB value is (143,100,111). Sum of RGB (Red+Green+Blue) = 143+100+111=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 143 - color contains mainly: red. Hex color #8F646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F646F is #709B90. Grayscale: #727272. Windows color (decimal): -7379857 or 7300239. OLE color: 7300239.

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

Color convert

RGB 143 100 111 -
CMYK 0 0.30 0.22 0.44
HSL 344.65º 0.18% 0.48% -
HSV(B) 344.65º 0.3% 0.56% -
XYZ 18.75 16.1 17.16 -
YUV 114.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 143 100 111 0 0.30 0.22 0.44 344.65 0.18 0.48
Hex 8F 64 6F 0 1E 16 2C 159 12 30
Octal 217 144 157 0 36 26 54 531 22 60
Binary 10001111 1100100 1101111 0 11110 10110 101100 101011001 10010 110000

Color Harmonies of #8F646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F646F

Black with #8F646F

Text Example


Text Example

White with #8F646F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,100,111); }

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

background-color css

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

 a { background-color: rgb(143,100,111); }

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

border-color css

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

 span { border-color: rgb(143,100,111); }

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