Html Css Color HEX #9D6579 Mauve Taupe

📋 copy color: '#9D6579'

red 157 ◦ green 101 ◦ blue 121

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

Shades of Mauve Taupe #9D6579

Tints of Mauve Taupe #9D6579

RGB

 RED value IS 157 (61.72% from 255) = 41.42%

 GREEN value IS 101 (39.84% from 255) = 26.65%

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

R = 41.42%
G = 26.65%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9D6579 (or 0x9D6579) is known color: Mauve Taupe. HEX triplet: 9D, 65 and 79. RGB value is (157,101,121). Sum of RGB (Red+Green+Blue) = 157+101+121=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6579 is #629A86. Grayscale: #787878. Windows color (decimal): -6462087 or 7955869. OLE color: 7955869.

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

Color convert

RGB 157 101 121 -
CMYK 0 0.36 0.23 0.38
HSL 338.57º 0.22% 0.51% -
HSV(B) 338.57º 0.36% 0.62% -
XYZ 22.01 17.86 20.38 -
YUV 120.02 128.55 154.37 -
System Red Green Blue C M Y K H S L
Decimal 157 101 121 0 0.36 0.23 0.38 338.57 0.22 0.51
Hex 9D 65 79 0 24 17 26 153 16 33
Octal 235 145 171 0 44 27 46 523 26 63
Binary 10011101 1100101 1111001 0 100100 10111 100110 101010011 10110 110011

Color Harmonies of #9D6579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6579

Black with #9D6579

Text Example


Text Example

White with #9D6579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,101,121); }

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

background-color css

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

 a { background-color: rgb(157,101,121); }

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

border-color css

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

 span { border-color: rgb(157,101,121); }

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