#9D687A

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

Shades of Mauve Taupe #9D687A

Tints of Mauve Taupe #9D687A

Color information

#9D687A (or 0x9D687A) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 68 and 7A. RGB value is (157,104,122). Sum of RGB (Red+Green+Blue) = 157+104+122=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D687A is #629785. Grayscale: #797979. Windows color (decimal): -6461318 or 8022173. OLE color: 8022173.

HSL color Cylindrical-coordinate representation of color #9D687A: hue angle of 339.62º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D687A is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB157104122-
CMYK00.340.220.38
HSL339.62º21.29%51.18%-
HSV(B)339.62º33.76%61.57%-
XYZ22.3718.4720.8-
YUV121.9128.06153.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.99%
GREEN value IS 104 (41.02% from 255) = 27.15%
BLUE value IS 122 (48.05% from 255) = 31.85%
R=40.99%
G=27.15%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710412200.340.220.38339.6221.2951.18
Hex9D687A02216261541533
Octal23515017204226465242563
Binary100111011101000111101001000101011010011010101010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,104,122); }

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

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

 a { background-color: rgb(157,104,122); }

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

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

 span { border-color: rgb(157,104,122); }

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