Html Css Color HEX #9F596E Mauve Taupe

📋 copy color: '#9F596E'

red 159 ◦ green 89 ◦ blue 110

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

Shades of Mauve Taupe #9F596E

Tints of Mauve Taupe #9F596E

RGB

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

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

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

R = 44.41%
G = 24.86%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F596E (or 0x9F596E) is known color: Mauve Taupe. HEX triplet: 9F, 59 and 6E. RGB value is (159,89,110). Sum of RGB (Red+Green+Blue) = 159+89+110=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F596E is #60A691. Grayscale: #707070. Windows color (decimal): -6334098 or 7231903. OLE color: 7231903.

HSL color Cylindrical-coordinate representation of color #9F596E: hue angle of 342º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F596E is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 89 110 -
CMYK 0 0.44 0.31 0.38
HSL 342º 0.28% 0.49% -
HSV(B) 342º 0.44% 0.62% -
XYZ 20.68 15.64 16.68 -
YUV 112.32 126.69 161.29 -
System Red Green Blue C M Y K H S L
Decimal 159 89 110 0 0.44 0.31 0.38 342 0.28 0.49
Hex 9F 59 6E 0 2C 1F 26 156 1C 31
Octal 237 131 156 0 54 37 46 526 34 61
Binary 10011111 1011001 1101110 0 101100 11111 100110 101010110 11100 110001

Color Harmonies of #9F596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F596E

Black with #9F596E

Text Example


Text Example

White with #9F596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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