#8E685D

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

Shades of Dark Chestnut #8E685D

Tints of Dark Chestnut #8E685D

Color information

#8E685D (or 0x8E685D) is unknown color: approx Dark Chestnut. HEX triplet: 8E, 68 and 5D. RGB value is (142,104,93). Sum of RGB (Red+Green+Blue) = 142+104+93=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E685D is #7197A2. Grayscale: #727272. Windows color (decimal): -7444387 or 6121614. OLE color: 6121614.

HSL color Cylindrical-coordinate representation of color #8E685D: hue angle of 13.47º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E685D is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB14210493-
CMYK00.270.350.44
HSL13.47º20.85%46.08%-
HSV(B)13.47º34.51%55.69%-
XYZ18.0816.4412.58-
YUV114.11116.09147.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.89%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 93 (36.72% from 255) = 27.43%
R=41.89%
G=30.68%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421049300.270.350.4413.4720.8546.08
Hex8E685D01B232Cd152e
Octal2161501350334354152556
Binary1000111011010001011101011011100011101100110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,104,93); }

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

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

 a { background-color: rgb(142,104,93); }

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

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

 span { border-color: rgb(142,104,93); }

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