Html Css Color HEX #8F596E Mauve Taupe

📋 copy color: '#8F596E'

red 143 ◦ green 89 ◦ blue 110

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

Shades of Mauve Taupe #8F596E

Tints of Mauve Taupe #8F596E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.02%

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

R = 41.81%
G = 26.02%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8F596E (or 0x8F596E) is known color: Mauve Taupe. HEX triplet: 8F, 59 and 6E. RGB value is (143,89,110). Sum of RGB (Red+Green+Blue) = 143+89+110=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 143 - color contains mainly: red. Hex color #8F596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F596E is #70A691. Grayscale: #6B6B6B. Windows color (decimal): -7382674 or 7231887. OLE color: 7231887.

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

Color convert

RGB 143 89 110 -
CMYK 0 0.38 0.23 0.44
HSL 336.67º 0.23% 0.45% -
HSV(B) 336.67º 0.38% 0.56% -
XYZ 17.71 14.11 16.54 -
YUV 107.54 129.39 153.29 -
System Red Green Blue C M Y K H S L
Decimal 143 89 110 0 0.38 0.23 0.44 336.67 0.23 0.45
Hex 8F 59 6E 0 26 17 2C 151 17 2D
Octal 217 131 156 0 46 27 54 521 27 55
Binary 10001111 1011001 1101110 0 100110 10111 101100 101010001 10111 101101

Color Harmonies of #8F596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F596E

Black with #8F596E

Text Example


Text Example

White with #8F596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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