#7C6047

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

Shades of Dark Wood #7C6047

Tints of Dark Wood #7C6047

Color information

#7C6047 (or 0x7C6047) is unknown color: approx Dark Wood. HEX triplet: 7C, 60 and 47. RGB value is (124,96,71). Sum of RGB (Red+Green+Blue) = 124+96+71=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6047 is #839FB8. Grayscale: #656565. Windows color (decimal): -8626105 or 4677756. OLE color: 4677756.

HSL color Cylindrical-coordinate representation of color #7C6047: hue angle of 28.3º 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 #7C6047 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB1249671-
CMYK00.230.430.51
HSL28.3º27.18%38.24%-
HSV(B)28.3º42.74%48.63%-
XYZ13.6313.117.77-
YUV101.52110.78144.03-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.61%
GREEN value IS 96 (37.89% from 255) = 32.99%
BLUE value IS 71 (28.12% from 255) = 24.40%
R=42.61%
G=32.99%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124967100.230.430.5128.327.1838.24
Hex7C60470172B331c1b26
Octal1741401070275363343346
Binary1111100110000010001110101111010111100111110011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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