#8E6140

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

Shades of Dark Wood #8E6140

Tints of Dark Wood #8E6140

Color information

#8E6140 (or 0x8E6140) is unknown color: approx Dark Wood. HEX triplet: 8E, 61 and 40. RGB value is (142,97,64). Sum of RGB (Red+Green+Blue) = 142+97+64=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6140 is #719EBF. Grayscale: #6A6A6A. Windows color (decimal): -7446208 or 4219278. OLE color: 4219278.

HSL color Cylindrical-coordinate representation of color #8E6140: hue angle of 25.38º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E6140 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB1429764-
CMYK00.320.550.44
HSL25.38º37.86%40.39%-
HSV(B)25.38º54.93%55.69%-
XYZ16.3614.676.82-
YUV106.69103.91153.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.86%
GREEN value IS 97 (38.28% from 255) = 32.01%
BLUE value IS 64 (25.39% from 255) = 21.12%
R=46.86%
G=32.01%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142976400.320.550.4425.3837.8640.39
Hex8E6140020372C192628
Octal2161411000406754314650
Binary1000111011000011000000010000011011110110011001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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