Html Css Color HEX #9F5E68 Mauve Taupe

📋 copy color: '#9F5E68'

red 159 ◦ green 94 ◦ blue 104

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

Shades of Mauve Taupe #9F5E68

Tints of Mauve Taupe #9F5E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.13%

R = 44.54%
G = 26.33%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9F5E68 (or 0x9F5E68) is known color: Mauve Taupe. HEX triplet: 9F, 5E and 68. RGB value is (159,94,104). Sum of RGB (Red+Green+Blue) = 159+94+104=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5E68 is #60A197. Grayscale: #727272. Windows color (decimal): -6332824 or 6839967. OLE color: 6839967.

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

Color convert

RGB 159 94 104 -
CMYK 0 0.41 0.35 0.38
HSL 350.77º 0.26% 0.5% -
HSV(B) 350.77º 0.41% 0.62% -
XYZ 20.8 16.38 15.16 -
YUV 114.58 122.03 159.69 -
System Red Green Blue C M Y K H S L
Decimal 159 94 104 0 0.41 0.35 0.38 350.77 0.26 0.5
Hex 9F 5E 68 0 29 23 26 15F 1A 32
Octal 237 136 150 0 51 43 46 537 32 62
Binary 10011111 1011110 1101000 0 101001 100011 100110 101011111 11010 110010

Color Harmonies of #9F5E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5E68

Black with #9F5E68

Text Example


Text Example

White with #9F5E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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