#8E6042

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

Shades of Dark Wood #8E6042

Tints of Dark Wood #8E6042

Color information

#8E6042 (or 0x8E6042) is unknown color: approx Dark Wood. HEX triplet: 8E, 60 and 42. RGB value is (142,96,66). Sum of RGB (Red+Green+Blue) = 142+96+66=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6042 is #719FBD. Grayscale: #6A6A6A. Windows color (decimal): -7446462 or 4350094. OLE color: 4350094.

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

Color convert

RGB1429666-
CMYK00.320.540.44
HSL23.68º36.54%40.78%-
HSV(B)23.68º53.52%55.69%-
XYZ16.3214.517.09-
YUV106.33105.24153.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.71%
GREEN value IS 96 (37.89% from 255) = 31.58%
BLUE value IS 66 (26.17% from 255) = 21.71%
R=46.71%
G=31.58%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142966600.320.540.4423.6836.5440.78
Hex8E6042020362C182529
Octal2161401020406654304551
Binary1000111011000001000010010000011011010110011000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,96,66); }

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

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

 a { background-color: rgb(142,96,66); }

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

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

 span { border-color: rgb(142,96,66); }

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