#8c6847

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

Shades of Dark Wood #8C6847

Tints of Dark Wood #8C6847

Color information

#8C6847 (or 0x8C6847) is unknown color: approx Dark Wood. HEX triplet: 8C, 68 and 47. RGB value is (140,104,71). Sum of RGB (Red+Green+Blue) = 140+104+71=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6847 is #7397B8. Grayscale: #6F6F6F. Windows color (decimal): -7575481 or 4679820. OLE color: 4679820.

HSL color Cylindrical-coordinate representation of color #8C6847: hue angle of 28.7º 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 #8C6847 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB14010471-
CMYK00.260.490.45
HSL28.7º32.7%41.37%-
HSV(B)28.7º49.29%54.9%-
XYZ16.915.938.15-
YUV111105.43148.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.44%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 71 (28.12% from 255) = 22.54%
R=44.44%
G=33.02%
B=22.54%

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
Decimal1401047100.260.490.4528.732.741.37
Hex8C684701A312D1d2129
Octal2141501070326155354151
Binary100011001101000100011101101011000110110111101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c6847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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