#9C687A

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

Shades of Mauve Taupe #9C687A

Tints of Mauve Taupe #9C687A

Color information

#9C687A (or 0x9C687A) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 68 and 7A. RGB value is (156,104,122). Sum of RGB (Red+Green+Blue) = 156+104+122=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 156 - color contains mainly: red. Hex color #9C687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C687A is #639785. Grayscale: #797979. Windows color (decimal): -6526854 or 8022172. OLE color: 8022172.

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

Color convert

RGB156104122-
CMYK00.330.220.39
HSL339.23º20.8%50.98%-
HSV(B)339.23º33.33%61.18%-
XYZ22.1718.3720.79-
YUV121.6128.23152.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.84%
GREEN value IS 104 (41.02% from 255) = 27.23%
BLUE value IS 122 (48.05% from 255) = 31.94%
R=40.84%
G=27.23%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610412200.330.220.39339.2320.850.98
Hex9C687A02116271531533
Octal23415017204126475232563
Binary100111001101000111101001000011011010011110101001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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