Html Css Color HEX #9F5E73 Mauve Taupe

📋 copy color: '#9F5E73'

red 159 ◦ green 94 ◦ blue 115

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

Shades of Mauve Taupe #9F5E73

Tints of Mauve Taupe #9F5E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.25%

R = 43.21%
G = 25.54%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F5E73 (or 0x9F5E73) is known color: Mauve Taupe. HEX triplet: 9F, 5E and 73. RGB value is (159,94,115). Sum of RGB (Red+Green+Blue) = 159+94+115=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5E73 is #60A18C. Grayscale: #737373. Windows color (decimal): -6332813 or 7560863. OLE color: 7560863.

HSL color Cylindrical-coordinate representation of color #9F5E73: hue angle of 340.62º 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 #9F5E73 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 94 115 -
CMYK 0 0.41 0.28 0.38
HSL 340.62º 0.26% 0.5% -
HSV(B) 340.62º 0.41% 0.62% -
XYZ 21.4 16.61 18.3 -
YUV 115.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 159 94 115 0 0.41 0.28 0.38 340.62 0.26 0.5
Hex 9F 5E 73 0 29 1C 26 155 1A 32
Octal 237 136 163 0 51 34 46 525 32 62
Binary 10011111 1011110 1110011 0 101001 11100 100110 101010101 11010 110010

Color Harmonies of #9F5E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5E73

Black with #9F5E73

Text Example


Text Example

White with #9F5E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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