#7D6246

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

Shades of Dark Wood #7D6246

Tints of Dark Wood #7D6246

Color information

#7D6246 (or 0x7D6246) is unknown color: approx Dark Wood. HEX triplet: 7D, 62 and 46. RGB value is (125,98,70). Sum of RGB (Red+Green+Blue) = 125+98+70=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6246 is #829DB9. Grayscale: #676767. Windows color (decimal): -8560058 or 4612733. OLE color: 4612733.

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

Color convert

RGB1259870-
CMYK00.220.440.51
HSL30.55º28.21%38.24%-
HSV(B)30.55º44%49.02%-
XYZ13.9313.547.67-
YUV102.88109.45143.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.66%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 70 (27.73% from 255) = 23.89%
R=42.66%
G=33.45%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125987000.220.440.5130.5528.2138.24
Hex7D62460162C331f1c26
Octal1751421060265463373446
Binary1111101110001010001100101101011001100111111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,98,70); }

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

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

 a { background-color: rgb(125,98,70); }

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

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

 span { border-color: rgb(125,98,70); }

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