#8E6862

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

Shades of Dark Chestnut #8E6862

Tints of Dark Chestnut #8E6862

Color information

#8E6862 (or 0x8E6862) is unknown color: approx Dark Chestnut. HEX triplet: 8E, 68 and 62. RGB value is (142,104,98). Sum of RGB (Red+Green+Blue) = 142+104+98=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6862 is #71979D. Grayscale: #727272. Windows color (decimal): -7444382 or 6449294. OLE color: 6449294.

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

Color convert

RGB14210498-
CMYK00.270.310.44
HSL8.18º18.33%47.06%-
HSV(B)8.18º30.99%55.69%-
XYZ18.3116.5313.78-
YUV114.68118.59147.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.28%
GREEN value IS 104 (41.02% from 255) = 30.23%
BLUE value IS 98 (38.67% from 255) = 28.49%
R=41.28%
G=30.23%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421049800.270.310.448.1818.3347.06
Hex8E686201B1F2C8122f
Octal2161501420333754102257
Binary100011101101000110001001101111111101100100010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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