#8C696C

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

Shades of Mauve Taupe #8C696C

Tints of Mauve Taupe #8C696C

Color information

#8C696C (or 0x8C696C) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 69 and 6C. RGB value is (140,105,108). Sum of RGB (Red+Green+Blue) = 140+105+108=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 140 - color contains mainly: red. Hex color #8C696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C696C is #739693. Grayscale: #737373. Windows color (decimal): -7575188 or 7104908. OLE color: 7104908.

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

Color convert

RGB140105108-
CMYK00.250.230.45
HSL354.86º14.29%48.04%-
HSV(B)354.86º25%54.9%-
XYZ18.5716.7616.44-
YUV115.81123.6145.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.66%
GREEN value IS 105 (41.41% from 255) = 29.75%
BLUE value IS 108 (42.58% from 255) = 30.59%
R=39.66%
G=29.75%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010510800.250.230.45354.8614.2948.04
Hex8C696C019172D163e30
Octal21415115403127555431660
Binary1000110011010011101100011001101111011011011000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,105,108); }

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

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

 a { background-color: rgb(140,105,108); }

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

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

 span { border-color: rgb(140,105,108); }

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