#7E6449

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

Shades of Dark Wood #7E6449

Tints of Dark Wood #7E6449

Color information

#7E6449 (or 0x7E6449) is unknown color: approx Dark Wood. HEX triplet: 7E, 64 and 49. RGB value is (126,100,73). Sum of RGB (Red+Green+Blue) = 126+100+73=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6449 is #819BB6. Grayscale: #686868. Windows color (decimal): -8494007 or 4809854. OLE color: 4809854.

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

Color convert

RGB12610073-
CMYK00.210.420.51
HSL30.57º26.63%39.02%-
HSV(B)30.57º42.06%49.41%-
XYZ14.3614.038.25-
YUV104.7110.11143.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.14%
GREEN value IS 100 (39.45% from 255) = 33.44%
BLUE value IS 73 (28.91% from 255) = 24.41%
R=42.14%
G=33.44%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261007300.210.420.5130.5726.6339.02
Hex7E64490152A331f1b27
Octal1761441110255263373347
Binary1111110110010010010010101011010101100111111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,100,73); }

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

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

 a { background-color: rgb(126,100,73); }

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

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

 span { border-color: rgb(126,100,73); }

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