#8C6145

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

Shades of Dark Wood #8C6145

Tints of Dark Wood #8C6145

Color information

#8C6145 (or 0x8C6145) is unknown color: approx Dark Wood. HEX triplet: 8C, 61 and 45. RGB value is (140,97,69). Sum of RGB (Red+Green+Blue) = 140+97+69=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6145 is #739EBA. Grayscale: #6A6A6A. Windows color (decimal): -7577275 or 4546956. OLE color: 4546956.

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

Color convert

RGB1409769-
CMYK00.310.510.45
HSL23.66º33.97%40.98%-
HSV(B)23.66º50.71%54.9%-
XYZ16.1614.557.59-
YUV106.66106.75151.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.75%
GREEN value IS 97 (38.28% from 255) = 31.70%
BLUE value IS 69 (27.34% from 255) = 22.55%
R=45.75%
G=31.70%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140976900.310.510.4523.6633.9740.98
Hex8C614501F332D182229
Octal2141411050376355304251
Binary100011001100001100010101111111001110110111000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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