#8C6043

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

Shades of Dark Wood #8C6043

Tints of Dark Wood #8C6043

Color information

#8C6043 (or 0x8C6043) is unknown color: approx Dark Wood. HEX triplet: 8C, 60 and 43. RGB value is (140,96,67). Sum of RGB (Red+Green+Blue) = 140+96+67=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6043 is #739FBC. Grayscale: #6A6A6A. Windows color (decimal): -7577533 or 4415628. OLE color: 4415628.

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

Color convert

RGB1409667-
CMYK00.310.520.45
HSL23.84º35.27%40.59%-
HSV(B)23.84º52.14%54.9%-
XYZ16.0114.357.24-
YUV105.85106.08152.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.20%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 67 (26.56% from 255) = 22.11%
R=46.20%
G=31.68%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140966700.310.520.4523.8435.2740.59
Hex8C604301F342D182329
Octal2141401030376455304351
Binary100011001100000100001101111111010010110111000100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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