Html Css Color HEX #8F6164 Mauve Taupe

📋 copy color: '#8F6164'

red 143 ◦ green 97 ◦ blue 100

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

Shades of Mauve Taupe #8F6164

Tints of Mauve Taupe #8F6164

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.53%

 BLUE value IS 100 (39.45% from 255) = 29.41%

R = 42.06%
G = 28.53%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#8F6164 (or 0x8F6164) is known color: Mauve Taupe. HEX triplet: 8F, 61 and 64. RGB value is (143,97,100). Sum of RGB (Red+Green+Blue) = 143+97+100=340 (45% of max value = 765). Red value is 143 (56.25% from 255 or 42.06% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6164 is #709E9B. Grayscale: #6F6F6F. Windows color (decimal): -7380636 or 6578575. OLE color: 6578575.

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

Color convert

RGB 143 97 100 -
CMYK 0 0.32 0.30 0.44
HSL 356.09º 0.19% 0.47% -
HSV(B) 356.09º 0.32% 0.56% -
XYZ 17.9 15.31 14.07 -
YUV 111.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 143 97 100 0 0.32 0.30 0.44 356.09 0.19 0.47
Hex 8F 61 64 0 20 1E 2C 164 13 2F
Octal 217 141 144 0 40 36 54 544 23 57
Binary 10001111 1100001 1100100 0 100000 11110 101100 101100100 10011 101111

Color Harmonies of #8F6164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6164

Black with #8F6164

Text Example


Text Example

White with #8F6164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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