#8E6560

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

Shades of Dark Chestnut #8E6560

Tints of Dark Chestnut #8E6560

Color information

#8E6560 (or 0x8E6560) is unknown color: approx Dark Chestnut. HEX triplet: 8E, 65 and 60. RGB value is (142,101,96). Sum of RGB (Red+Green+Blue) = 142+101+96=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6560 is #719A9F. Grayscale: #707070. Windows color (decimal): -7445152 or 6317454. OLE color: 6317454.

HSL color Cylindrical-coordinate representation of color #8E6560: hue angle of 6.52º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E6560 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB14210196-
CMYK00.290.320.44
HSL6.52º19.33%46.67%-
HSV(B)6.52º32.39%55.69%-
XYZ17.9215.913.19-
YUV112.69118.58148.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.89%
GREEN value IS 101 (39.84% from 255) = 29.79%
BLUE value IS 96 (37.89% from 255) = 28.32%
R=41.89%
G=29.79%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421019600.290.320.446.5219.3346.67
Hex8E656001D202C7132f
Octal216145140035405472357
Binary100011101100101110000001110110000010110011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,101,96); }

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

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

 a { background-color: rgb(142,101,96); }

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

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

 span { border-color: rgb(142,101,96); }

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