#9D6273

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

Shades of Mauve Taupe #9D6273

Tints of Mauve Taupe #9D6273

Color information

#9D6273 (or 0x9D6273) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 62 and 73. RGB value is (157,98,115). Sum of RGB (Red+Green+Blue) = 157+98+115=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6273 is #629D8C. Grayscale: #757575. Windows color (decimal): -6462861 or 7561885. OLE color: 7561885.

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

Color convert

RGB15798115-
CMYK00.380.270.38
HSL342.71º23.14%50%-
HSV(B)342.71º37.58%61.57%-
XYZ21.3717.1418.4-
YUV117.58126.55156.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.43%
GREEN value IS 98 (38.67% from 255) = 26.49%
BLUE value IS 115 (45.31% from 255) = 31.08%
R=42.43%
G=26.49%
B=31.08%

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
Decimal1579811500.380.270.38342.7123.1450
Hex9D62730261B261571732
Octal23514216304633465272762
Binary100111011100010111001101001101101110011010101011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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