#7D6140

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

Shades of Dark Wood #7D6140

Tints of Dark Wood #7D6140

Color information

#7D6140 (or 0x7D6140) is unknown color: approx Dark Wood. HEX triplet: 7D, 61 and 40. RGB value is (125,97,64). Sum of RGB (Red+Green+Blue) = 125+97+64=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6140 is #829EBF. Grayscale: #656565. Windows color (decimal): -8560320 or 4219261. OLE color: 4219261.

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

Color convert

RGB1259764-
CMYK00.220.490.51
HSL32.46º32.28%37.06%-
HSV(B)32.46º48.8%49.02%-
XYZ13.6613.286.69-
YUV101.61106.78144.68-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.71%
GREEN value IS 97 (38.28% from 255) = 33.92%
BLUE value IS 64 (25.39% from 255) = 22.38%
R=43.71%
G=33.92%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125976400.220.490.5132.4632.2837.06
Hex7D61400163133202025
Octal1751411000266163404045
Binary111110111000011000000010110110001110011100000100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,97,64); }

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

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

 a { background-color: rgb(125,97,64); }

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

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

 span { border-color: rgb(125,97,64); }

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