Html Css Color HEX #9F6479 Mauve Taupe

📋 copy color: '#9F6479'

red 159 ◦ green 100 ◦ blue 121

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

Shades of Mauve Taupe #9F6479

Tints of Mauve Taupe #9F6479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.32%

 BLUE value IS 121 (47.66% from 255) = 31.84%

R = 41.84%
G = 26.32%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9F6479 (or 0x9F6479) is known color: Mauve Taupe. HEX triplet: 9F, 64 and 79. RGB value is (159,100,121). Sum of RGB (Red+Green+Blue) = 159+100+121=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6479 is #609B86. Grayscale: #787878. Windows color (decimal): -6331271 or 7955615. OLE color: 7955615.

HSL color Cylindrical-coordinate representation of color #9F6479: hue angle of 338.64º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F6479 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 100 121 -
CMYK 0 0.37 0.24 0.38
HSL 338.64º 0.24% 0.51% -
HSV(B) 338.64º 0.37% 0.62% -
XYZ 22.31 17.87 20.36 -
YUV 120.04 128.55 155.79 -
System Red Green Blue C M Y K H S L
Decimal 159 100 121 0 0.37 0.24 0.38 338.64 0.24 0.51
Hex 9F 64 79 0 25 18 26 153 18 33
Octal 237 144 171 0 45 30 46 523 30 63
Binary 10011111 1100100 1111001 0 100101 11000 100110 101010011 11000 110011

Color Harmonies of #9F6479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6479

Black with #9F6479

Text Example


Text Example

White with #9F6479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,100,121); }

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

background-color css

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

 a { background-color: rgb(159,100,121); }

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

border-color css

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

 span { border-color: rgb(159,100,121); }

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