Html Css Color HEX #9D6577 Mauve Taupe

📋 copy color: '#9D6577'

red 157 ◦ green 101 ◦ blue 119

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

Shades of Mauve Taupe #9D6577

Tints of Mauve Taupe #9D6577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.56%

R = 41.64%
G = 26.79%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9D6577 (or 0x9D6577) is known color: Mauve Taupe. HEX triplet: 9D, 65 and 77. RGB value is (157,101,119). Sum of RGB (Red+Green+Blue) = 157+101+119=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6577 is #629A88. Grayscale: #777777. Windows color (decimal): -6462089 or 7824797. OLE color: 7824797.

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

Color convert

RGB 157 101 119 -
CMYK 0 0.36 0.24 0.38
HSL 340.71º 0.22% 0.51% -
HSV(B) 340.71º 0.36% 0.62% -
XYZ 21.89 17.81 19.74 -
YUV 119.8 127.55 154.54 -
System Red Green Blue C M Y K H S L
Decimal 157 101 119 0 0.36 0.24 0.38 340.71 0.22 0.51
Hex 9D 65 77 0 24 18 26 155 16 33
Octal 235 145 167 0 44 30 46 525 26 63
Binary 10011101 1100101 1110111 0 100100 11000 100110 101010101 10110 110011

Color Harmonies of #9D6577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6577

Black with #9D6577

Text Example


Text Example

White with #9D6577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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