#7E613E

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

Shades of Dark Wood #7E613E

Tints of Dark Wood #7E613E

Color information

#7E613E (or 0x7E613E) is unknown color: approx Dark Wood. HEX triplet: 7E, 61 and 3E. RGB value is (126,97,62). Sum of RGB (Red+Green+Blue) = 126+97+62=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 126 - color contains mainly: red. Hex color #7E613E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E613E is #819EC1. Grayscale: #656565. Windows color (decimal): -8494786 or 4088190. OLE color: 4088190.

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

Color convert

RGB1269762-
CMYK00.230.510.51
HSL32.81º34.04%36.86%-
HSV(B)32.81º50.79%49.41%-
XYZ13.7513.336.41-
YUV101.68105.61145.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.21%
GREEN value IS 97 (38.28% from 255) = 34.04%
BLUE value IS 62 (24.61% from 255) = 21.75%
R=44.21%
G=34.04%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126976200.230.510.5132.8134.0436.86
Hex7E613E0173333212225
Octal176141760276363414245
Binary11111101100001111110010111110011110011100001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,97,62); }

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

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

 a { background-color: rgb(126,97,62); }

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

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

 span { border-color: rgb(126,97,62); }

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