#9D636F

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

Shades of Mauve Taupe #9D636F

Tints of Mauve Taupe #9D636F

Color information

#9D636F (or 0x9D636F) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 63 and 6F. RGB value is (157,99,111). Sum of RGB (Red+Green+Blue) = 157+99+111=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 157 - color contains mainly: red. Hex color #9D636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D636F is #629C90. Grayscale: #757575. Windows color (decimal): -6462609 or 7299997. OLE color: 7299997.

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

Color convert

RGB15799111-
CMYK00.370.290.38
HSL347.59º22.83%50.2%-
HSV(B)347.59º36.94%61.57%-
XYZ21.2417.2417.25-
YUV117.71124.22156.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.78%
GREEN value IS 99 (39.06% from 255) = 26.98%
BLUE value IS 111 (43.75% from 255) = 30.25%
R=42.78%
G=26.98%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579911100.370.290.38347.5922.8350.2
Hex9D636F0251D2615c1732
Octal23514315704535465342762
Binary100111011100011110111101001011110110011010101110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,99,111); }

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

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

 a { background-color: rgb(157,99,111); }

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

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

 span { border-color: rgb(157,99,111); }

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