#8E675E

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

Shades of Dark Chestnut #8E675E

Tints of Dark Chestnut #8E675E

Color information

#8E675E (or 0x8E675E) is unknown color: approx Dark Chestnut. HEX triplet: 8E, 67 and 5E. RGB value is (142,103,94). Sum of RGB (Red+Green+Blue) = 142+103+94=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E675E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E675E is #7198A1. Grayscale: #717171. Windows color (decimal): -7444642 or 6186894. OLE color: 6186894.

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

Color convert

RGB14210394-
CMYK00.270.340.44
HSL11.25º20.34%46.27%-
HSV(B)11.25º33.8%55.69%-
XYZ18.0316.2612.78-
YUV113.64116.92148.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.89%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 94 (37.11% from 255) = 27.73%
R=41.89%
G=30.38%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421039400.270.340.4411.2520.3446.27
Hex8E675E01B222Cb142e
Octal2161471360334254132456
Binary1000111011001111011110011011100010101100101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,103,94); }

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

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

 a { background-color: rgb(142,103,94); }

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

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

 span { border-color: rgb(142,103,94); }

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