#9D5670

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

Shades of Mauve Taupe #9D5670

Tints of Mauve Taupe #9D5670

Color information

#9D5670 (or 0x9D5670) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 56 and 70. RGB value is (157,86,112). Sum of RGB (Red+Green+Blue) = 157+86+112=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5670 is #62A98F. Grayscale: #6E6E6E. Windows color (decimal): -6465936 or 7362205. OLE color: 7362205.

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

Color convert

RGB15786112-
CMYK00.450.290.38
HSL338.03º29.22%47.65%-
HSV(B)338.03º45.22%61.57%-
XYZ20.1614.9917.16-
YUV110.19129.02161.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.23%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 112 (44.14% from 255) = 31.55%
R=44.23%
G=24.23%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578611200.450.290.38338.0329.2247.65
Hex9D567002D1D261521d30
Octal23512616005535465223560
Binary100111011010110111000001011011110110011010101001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,86,112); }

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

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

 a { background-color: rgb(157,86,112); }

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

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

 span { border-color: rgb(157,86,112); }

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