Html Css Color HEX #9F6476 Mauve Taupe

📋 copy color: '#9F6476'

red 159 ◦ green 100 ◦ blue 118

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

Shades of Mauve Taupe #9F6476

Tints of Mauve Taupe #9F6476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.3%

R = 42.18%
G = 26.53%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F6476 (or 0x9F6476) is known color: Mauve Taupe. HEX triplet: 9F, 64 and 76. RGB value is (159,100,118). Sum of RGB (Red+Green+Blue) = 159+100+118=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6476 is #609B89. Grayscale: #777777. Windows color (decimal): -6331274 or 7759007. OLE color: 7759007.

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

Color convert

RGB 159 100 118 -
CMYK 0 0.37 0.26 0.38
HSL 341.69º 0.24% 0.51% -
HSV(B) 341.69º 0.37% 0.62% -
XYZ 22.13 17.79 19.41 -
YUV 119.69 127.05 156.04 -
System Red Green Blue C M Y K H S L
Decimal 159 100 118 0 0.37 0.26 0.38 341.69 0.24 0.51
Hex 9F 64 76 0 25 1A 26 156 18 33
Octal 237 144 166 0 45 32 46 526 30 63
Binary 10011111 1100100 1110110 0 100101 11010 100110 101010110 11000 110011

Color Harmonies of #9F6476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6476

Black with #9F6476

Text Example


Text Example

White with #9F6476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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