#8E675B

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

Shades of Dark Chestnut #8E675B

Tints of Dark Chestnut #8E675B

Color information

#8E675B (or 0x8E675B) is unknown color: approx Dark Chestnut. HEX triplet: 8E, 67 and 5B. RGB value is (142,103,91). Sum of RGB (Red+Green+Blue) = 142+103+91=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E675B is #7198A4. Grayscale: #717171. Windows color (decimal): -7444645 or 5990286. OLE color: 5990286.

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

Color convert

RGB14210391-
CMYK00.270.360.44
HSL14.12º21.89%45.69%-
HSV(B)14.12º35.92%55.69%-
XYZ17.8916.2112.08-
YUV113.29115.42148.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.26%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 91 (35.94% from 255) = 27.08%
R=42.26%
G=30.65%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421039100.270.360.4414.1221.8945.69
Hex8E675B01B242Ce162e
Octal2161471330334454162656
Binary1000111011001111011011011011100100101100111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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