#9D6272

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

Shades of Mauve Taupe #9D6272

Tints of Mauve Taupe #9D6272

Color information

#9D6272 (or 0x9D6272) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 62 and 72. RGB value is (157,98,114). Sum of RGB (Red+Green+Blue) = 157+98+114=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6272 is #629D8D. Grayscale: #757575. Windows color (decimal): -6462862 or 7496349. OLE color: 7496349.

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

Color convert

RGB15798114-
CMYK00.380.270.38
HSL343.73º23.14%50%-
HSV(B)343.73º37.58%61.57%-
XYZ21.3117.1218.1-
YUV117.46126.05156.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.55%
GREEN value IS 98 (38.67% from 255) = 26.56%
BLUE value IS 114 (44.92% from 255) = 30.89%
R=42.55%
G=26.56%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579811400.380.270.38343.7323.1450
Hex9D62720261B261581732
Octal23514216204633465302762
Binary100111011100010111001001001101101110011010101100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,98,114); }

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

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

 a { background-color: rgb(157,98,114); }

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

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

 span { border-color: rgb(157,98,114); }

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