Html Css Color HEX #9F5E70 Mauve Taupe

📋 copy color: '#9F5E70'

red 159 ◦ green 94 ◦ blue 112

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

Shades of Mauve Taupe #9F5E70

Tints of Mauve Taupe #9F5E70

RGB

 RED value IS 159 (62.5% from 255) = 43.56%

 GREEN value IS 94 (37.11% from 255) = 25.75%

 BLUE value IS 112 (44.14% from 255) = 30.68%

R = 43.56%
G = 25.75%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F5E70 (or 0x9F5E70) is known color: Mauve Taupe. HEX triplet: 9F, 5E and 70. RGB value is (159,94,112). Sum of RGB (Red+Green+Blue) = 159+94+112=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5E70 is #60A18F. Grayscale: #737373. Windows color (decimal): -6332816 or 7364255. OLE color: 7364255.

HSL color Cylindrical-coordinate representation of color #9F5E70: hue angle of 343.38º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F5E70 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 94 112 -
CMYK 0 0.41 0.30 0.38
HSL 343.38º 0.26% 0.5% -
HSV(B) 343.38º 0.41% 0.62% -
XYZ 21.23 16.55 17.4 -
YUV 115.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 159 94 112 0 0.41 0.30 0.38 343.38 0.26 0.5
Hex 9F 5E 70 0 29 1E 26 157 1A 32
Octal 237 136 160 0 51 36 46 527 32 62
Binary 10011111 1011110 1110000 0 101001 11110 100110 101010111 11010 110010

Color Harmonies of #9F5E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5E70

Black with #9F5E70

Text Example


Text Example

White with #9F5E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F5E70; }

 p { color: rgb(159,94,112); }

 H1.HeaderClassName
 {
   color: #9F5E70;
 }
 .AnyTagClassName
 {
   color: #9F5E70;
 }
</style>

background-color css

<style>
 a { background-color: #9F5E70; }

 a { background-color: rgb(159,94,112); }

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

border-color css

<style>
 span { border-color: #9F5E70; }

 span { border-color: rgb(159,94,112); }

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