Html Css Color HEX #8F606E Mauve Taupe

📋 copy color: '#8F606E'

red 143 ◦ green 96 ◦ blue 110

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

Shades of Mauve Taupe #8F606E

Tints of Mauve Taupe #8F606E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.51%

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

R = 40.97%
G = 27.51%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8F606E (or 0x8F606E) is known color: Mauve Taupe. HEX triplet: 8F, 60 and 6E. RGB value is (143,96,110). Sum of RGB (Red+Green+Blue) = 143+96+110=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 143 - color contains mainly: red. Hex color #8F606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F606E is #709F91. Grayscale: #6F6F6F. Windows color (decimal): -7380882 or 7233679. OLE color: 7233679.

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

Color convert

RGB 143 96 110 -
CMYK 0 0.33 0.23 0.44
HSL 342.13º 0.2% 0.47% -
HSV(B) 342.13º 0.33% 0.56% -
XYZ 18.33 15.33 16.75 -
YUV 111.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 143 96 110 0 0.33 0.23 0.44 342.13 0.2 0.47
Hex 8F 60 6E 0 21 17 2C 156 14 2F
Octal 217 140 156 0 41 27 54 526 24 57
Binary 10001111 1100000 1101110 0 100001 10111 101100 101010110 10100 101111

Color Harmonies of #8F606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F606E

Black with #8F606E

Text Example


Text Example

White with #8F606E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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