Html Css Color HEX #8F6B6E Mauve Taupe

📋 copy color: '#8F6B6E'

red 143 ◦ green 107 ◦ blue 110

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

Shades of Mauve Taupe #8F6B6E

Tints of Mauve Taupe #8F6B6E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.72%

 BLUE value IS 110 (43.36% from 255) = 30.56%

R = 39.72%
G = 29.72%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8F6B6E (or 0x8F6B6E) is known color: Mauve Taupe. HEX triplet: 8F, 6B and 6E. RGB value is (143,107,110). Sum of RGB (Red+Green+Blue) = 143+107+110=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6B6E is #709491. Grayscale: #767676. Windows color (decimal): -7378066 or 7236495. OLE color: 7236495.

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

Color convert

RGB 143 107 110 -
CMYK 0 0.25 0.23 0.44
HSL 355º 0.14% 0.49% -
HSV(B) 355º 0.25% 0.56% -
XYZ 19.4 17.48 17.1 -
YUV 118.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 143 107 110 0 0.25 0.23 0.44 355 0.14 0.49
Hex 8F 6B 6E 0 19 17 2C 163 E 31
Octal 217 153 156 0 31 27 54 543 16 61
Binary 10001111 1101011 1101110 0 11001 10111 101100 101100011 1110 110001

Color Harmonies of #8F6B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6B6E

Black with #8F6B6E

Text Example


Text Example

White with #8F6B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,107,110); }

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

background-color css

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

 a { background-color: rgb(143,107,110); }

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

border-color css

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

 span { border-color: rgb(143,107,110); }

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