#9C697A

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

Shades of Mauve Taupe #9C697A

Tints of Mauve Taupe #9C697A

Color information

#9C697A (or 0x9C697A) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 69 and 7A. RGB value is (156,105,122). Sum of RGB (Red+Green+Blue) = 156+105+122=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 156 - color contains mainly: red. Hex color #9C697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C697A is #639685. Grayscale: #7A7A7A. Windows color (decimal): -6526598 or 8022428. OLE color: 8022428.

HSL color Cylindrical-coordinate representation of color #9C697A: hue angle of 340º degrees, saturation: 0.2, 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 #9C697A is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB156105122-
CMYK00.330.220.39
HSL340º20.48%51.18%-
HSV(B)340º32.69%61.18%-
XYZ22.2718.5820.82-
YUV122.19127.9152.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.73%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 122 (48.05% from 255) = 31.85%
R=40.73%
G=27.42%
B=31.85%

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
Decimal15610512200.330.220.3934020.4851.18
Hex9C697A02116271541433
Octal23415117204126475242463
Binary100111001101001111101001000011011010011110101010010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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