#7C6447

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

Shades of Dark Wood #7C6447

Tints of Dark Wood #7C6447

Color information

#7C6447 (or 0x7C6447) is unknown color: approx Dark Wood. HEX triplet: 7C, 64 and 47. RGB value is (124,100,71). Sum of RGB (Red+Green+Blue) = 124+100+71=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6447 is #839BB8. Grayscale: #686868. Windows color (decimal): -8625081 or 4678780. OLE color: 4678780.

HSL color Cylindrical-coordinate representation of color #7C6447: hue angle of 32.83º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C6447 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB12410071-
CMYK00.190.430.51
HSL32.83º27.18%38.24%-
HSV(B)32.83º42.74%48.63%-
XYZ14.0113.857.9-
YUV103.87109.45142.36-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.03%
GREEN value IS 100 (39.45% from 255) = 33.90%
BLUE value IS 71 (28.12% from 255) = 24.07%
R=42.03%
G=33.90%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241007100.190.430.5132.8327.1838.24
Hex7C64470132B33211b26
Octal1741441070235363413346
Binary11111001100100100011101001110101111001110000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C6447; }

 p { color: rgb(124,100,71); }

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

<style>
 a { background-color: #7C6447; }

 a { background-color: rgb(124,100,71); }

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

<style>
 span { border-color: #7C6447; }

 span { border-color: rgb(124,100,71); }

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