#7C6143

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

Shades of Dark Wood #7C6143

Tints of Dark Wood #7C6143

Color information

#7C6143 (or 0x7C6143) is unknown color: approx Dark Wood. HEX triplet: 7C, 61 and 43. RGB value is (124,97,67). Sum of RGB (Red+Green+Blue) = 124+97+67=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6143 is #839EBC. Grayscale: #656565. Windows color (decimal): -8625853 or 4415868. OLE color: 4415868.

HSL color Cylindrical-coordinate representation of color #7C6143: hue angle of 31.58º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C6143 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB1249767-
CMYK00.220.460.51
HSL31.58º29.84%37.45%-
HSV(B)31.58º45.97%48.63%-
XYZ13.613.247.15-
YUV101.65108.45143.94-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.06%
GREEN value IS 97 (38.28% from 255) = 33.68%
BLUE value IS 67 (26.56% from 255) = 23.26%
R=43.06%
G=33.68%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124976700.220.460.5131.5829.8437.45
Hex7C61430162E33201e25
Octal1741411030265663403645
Binary11111001100001100001101011010111011001110000011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,97,67); }

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

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

 a { background-color: rgb(124,97,67); }

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

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

 span { border-color: rgb(124,97,67); }

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