#8C6749

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

Shades of Dark Wood #8C6749

Tints of Dark Wood #8C6749

Color information

#8C6749 (or 0x8C6749) is unknown color: approx Dark Wood. HEX triplet: 8C, 67 and 49. RGB value is (140,103,73). Sum of RGB (Red+Green+Blue) = 140+103+73=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6749 is #7398B6. Grayscale: #6E6E6E. Windows color (decimal): -7575735 or 4810636. OLE color: 4810636.

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

Color convert

RGB14010373-
CMYK00.260.480.45
HSL26.87º31.46%41.76%-
HSV(B)26.87º47.86%54.9%-
XYZ16.8715.768.46-
YUV110.64106.76148.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.30%
GREEN value IS 103 (40.62% from 255) = 32.59%
BLUE value IS 73 (28.91% from 255) = 23.10%
R=44.30%
G=32.59%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401037300.260.480.4526.8731.4641.76
Hex8C674901A302D1b1f2a
Octal2141471110326055333752
Binary10001100110011110010010110101100001011011101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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