#9D6676

Color #9D6676 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #9D6676

Tints of Mauve Taupe #9D6676

Color information

#9D6676 (or 0x9D6676) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 66 and 76. RGB value is (157,102,118). Sum of RGB (Red+Green+Blue) = 157+102+118=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6676 is #629989. Grayscale: #787878. Windows color (decimal): -6461834 or 7759517. OLE color: 7759517.

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

Color convert

RGB157102118-
CMYK00.350.250.38
HSL342.55º21.91%50.78%-
HSV(B)342.55º35.03%61.57%-
XYZ21.9317.9819.45-
YUV120.27126.72154.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.64%
GREEN value IS 102 (40.23% from 255) = 27.06%
BLUE value IS 118 (46.48% from 255) = 31.30%
R=41.64%
G=27.06%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710211800.350.250.38342.5521.9150.78
Hex9D667602319261571633
Octal23514616604331465272663
Binary100111011100110111011001000111100110011010101011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D6676;
 }
 .AnyTagClassName
 {
   color: #9D6676;
 }
</style>
background-color css

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

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

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

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

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

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