#8C6A74

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

Shades of Mauve Taupe #8C6A74

Tints of Mauve Taupe #8C6A74

Color information

#8C6A74 (or 0x8C6A74) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 6A and 74. RGB value is (140,106,116). Sum of RGB (Red+Green+Blue) = 140+106+116=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6A74 is #73958B. Grayscale: #757575. Windows color (decimal): -7574924 or 7629452. OLE color: 7629452.

HSL color Cylindrical-coordinate representation of color #8C6A74: hue angle of 342.35º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C6A74 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB140106116-
CMYK00.240.170.45
HSL342.35º13.82%48.24%-
HSV(B)342.35º24.29%54.9%-
XYZ19.1217.1418.82-
YUV117.31127.26144.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.67%
GREEN value IS 106 (41.80% from 255) = 29.28%
BLUE value IS 116 (45.70% from 255) = 32.04%
R=38.67%
G=29.28%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010611600.240.170.45342.3513.8248.24
Hex8C6A74018112D156e30
Octal21415216403021555261660
Binary1000110011010101110100011000100011011011010101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C6A74; }

 p { color: rgb(140,106,116); }

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

<style>
 a { background-color: #8C6A74; }

 a { background-color: rgb(140,106,116); }

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

<style>
 span { border-color: #8C6A74; }

 span { border-color: rgb(140,106,116); }

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