#8D6660

Color #8D6660 Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #8D6660

Tints of Dark Chestnut #8D6660

Color information

#8D6660 (or 0x8D6660) is unknown color: approx Dark Chestnut. HEX triplet: 8D, 66 and 60. RGB value is (141,102,96). Sum of RGB (Red+Green+Blue) = 141+102+96=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6660 is #72999F. Grayscale: #717171. Windows color (decimal): -7510432 or 6317709. OLE color: 6317709.

HSL color Cylindrical-coordinate representation of color #8D6660: hue angle of 8º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D6660 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB14110296-
CMYK00.280.320.45
HSL18.99%46.47%-
HSV(B)31.91%55.29%-
XYZ17.8516.0113.22-
YUV112.98118.42147.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.59%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 96 (37.89% from 255) = 28.32%
R=41.59%
G=30.09%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411029600.280.320.45818.9946.47
Hex8D666001C202D8132e
Octal2151461400344055102356
Binary1000110111001101100000011100100000101101100010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,102,96); }

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

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

 a { background-color: rgb(141,102,96); }

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

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

 span { border-color: rgb(141,102,96); }

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