#8E6C61

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

Shades of Dark Chestnut #8E6C61

Tints of Dark Chestnut #8E6C61

Color information

#8E6C61 (or 0x8E6C61) is unknown color: approx Dark Chestnut. HEX triplet: 8E, 6C and 61. RGB value is (142,108,97). Sum of RGB (Red+Green+Blue) = 142+108+97=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6C61 is #71939E. Grayscale: #747474. Windows color (decimal): -7443359 or 6384782. OLE color: 6384782.

HSL color Cylindrical-coordinate representation of color #8E6C61: hue angle of 14.67º 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 #8E6C61 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB14210897-
CMYK00.240.320.44
HSL14.67º18.83%46.86%-
HSV(B)14.67º31.69%55.69%-
XYZ18.6817.3413.67-
YUV116.91116.76145.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.92%
GREEN value IS 108 (42.58% from 255) = 31.12%
BLUE value IS 97 (38.28% from 255) = 27.95%
R=40.92%
G=31.12%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421089700.240.320.4414.6718.8346.86
Hex8E6C61018202Cf132f
Octal2161541410304054172357
Binary1000111011011001100001011000100000101100111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,108,97); }

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

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

 a { background-color: rgb(142,108,97); }

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

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

 span { border-color: rgb(142,108,97); }

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