#8C6443

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

Shades of Dark Wood #8C6443

Tints of Dark Wood #8C6443

Color information

#8C6443 (or 0x8C6443) is unknown color: approx Dark Wood. HEX triplet: 8C, 64 and 43. RGB value is (140,100,67). Sum of RGB (Red+Green+Blue) = 140+100+67=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6443 is #739BBC. Grayscale: #6C6C6C. Windows color (decimal): -7576509 or 4416652. OLE color: 4416652.

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

Color convert

RGB14010067-
CMYK00.290.520.45
HSL27.12º35.27%40.59%-
HSV(B)27.12º52.14%54.9%-
XYZ16.3915.17.36-
YUV108.2104.75150.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.60%
GREEN value IS 100 (39.45% from 255) = 32.57%
BLUE value IS 67 (26.56% from 255) = 21.82%
R=45.60%
G=32.57%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401006700.290.520.4527.1235.2740.59
Hex8C644301D342D1b2329
Octal2141441030356455334351
Binary100011001100100100001101110111010010110111011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,100,67); }

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

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

 a { background-color: rgb(140,100,67); }

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

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

 span { border-color: rgb(140,100,67); }

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