#8C6747

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

Shades of Dark Wood #8C6747

Tints of Dark Wood #8C6747

Color information

#8C6747 (or 0x8C6747) is unknown color: approx Dark Wood. HEX triplet: 8C, 67 and 47. RGB value is (140,103,71). Sum of RGB (Red+Green+Blue) = 140+103+71=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6747 is #7398B8. Grayscale: #6E6E6E. Windows color (decimal): -7575737 or 4679564. OLE color: 4679564.

HSL color Cylindrical-coordinate representation of color #8C6747: hue angle of 27.83º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C6747 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB14010371-
CMYK00.260.490.45
HSL27.83º32.7%41.37%-
HSV(B)27.83º49.29%54.9%-
XYZ16.815.738.11-
YUV110.42105.76149.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.59%
GREEN value IS 103 (40.62% from 255) = 32.80%
BLUE value IS 71 (28.12% from 255) = 22.61%
R=44.59%
G=32.80%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401037100.260.490.4527.8332.741.37
Hex8C674701A312D1c2129
Octal2141471070326155344151
Binary100011001100111100011101101011000110110111100100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,103,71); }

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

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

 a { background-color: rgb(140,103,71); }

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

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

 span { border-color: rgb(140,103,71); }

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