#8C6745

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

Shades of Dark Wood #8C6745

Tints of Dark Wood #8C6745

Color information

#8C6745 (or 0x8C6745) is unknown color: approx Dark Wood. HEX triplet: 8C, 67 and 45. RGB value is (140,103,69). Sum of RGB (Red+Green+Blue) = 140+103+69=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6745 is #7398BA. Grayscale: #6E6E6E. Windows color (decimal): -7575739 or 4548492. OLE color: 4548492.

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

Color convert

RGB14010369-
CMYK00.260.510.45
HSL28.73º33.97%40.98%-
HSV(B)28.73º50.71%54.9%-
XYZ16.7415.717.78-
YUV110.19104.76149.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.87%
GREEN value IS 103 (40.62% from 255) = 33.01%
BLUE value IS 69 (27.34% from 255) = 22.12%
R=44.87%
G=33.01%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401036900.260.510.4528.7333.9740.98
Hex8C674501A332D1d2229
Octal2141471050326355354251
Binary100011001100111100010101101011001110110111101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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