Html Css Color HEX #9D6576 Mauve Taupe

📋 copy color: '#9D6576'

red 157 ◦ green 101 ◦ blue 118

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

Shades of Mauve Taupe #9D6576

Tints of Mauve Taupe #9D6576

RGB

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

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

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

R = 41.76%
G = 26.86%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9D6576 (or 0x9D6576) is known color: Mauve Taupe. HEX triplet: 9D, 65 and 76. RGB value is (157,101,118). Sum of RGB (Red+Green+Blue) = 157+101+118=376 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.76% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6576 is #629A89. Grayscale: #777777. Windows color (decimal): -6462090 or 7759261. OLE color: 7759261.

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

Color convert

RGB 157 101 118 -
CMYK 0 0.36 0.25 0.38
HSL 341.79º 0.22% 0.51% -
HSV(B) 341.79º 0.36% 0.62% -
XYZ 21.83 17.78 19.42 -
YUV 119.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 157 101 118 0 0.36 0.25 0.38 341.79 0.22 0.51
Hex 9D 65 76 0 24 19 26 156 16 33
Octal 235 145 166 0 44 31 46 526 26 63
Binary 10011101 1100101 1110110 0 100100 11001 100110 101010110 10110 110011

Color Harmonies of #9D6576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6576

Black with #9D6576

Text Example


Text Example

White with #9D6576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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