#9D6276

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

Shades of Mauve Taupe #9D6276

Tints of Mauve Taupe #9D6276

Color information

#9D6276 (or 0x9D6276) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 62 and 76. RGB value is (157,98,118). Sum of RGB (Red+Green+Blue) = 157+98+118=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6276 is #629D89. Grayscale: #757575. Windows color (decimal): -6462858 or 7758493. OLE color: 7758493.

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

Color convert

RGB15798118-
CMYK00.380.250.38
HSL339.66º23.14%50%-
HSV(B)339.66º37.58%61.57%-
XYZ21.5417.2119.33-
YUV117.92128.05155.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.09%
GREEN value IS 98 (38.67% from 255) = 26.27%
BLUE value IS 118 (46.48% from 255) = 31.64%
R=42.09%
G=26.27%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579811800.380.250.38339.6623.1450
Hex9D627602619261541732
Octal23514216604631465242762
Binary100111011100010111011001001101100110011010101010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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