#7E6B3E

Color #7E6B3E Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #7E6B3E

Tints of Yellow Metal #7E6B3E

Color information

#7E6B3E (or 0x7E6B3E) is unknown color: approx Yellow Metal. HEX triplet: 7E, 6B and 3E. RGB value is (126,107,62). Sum of RGB (Red+Green+Blue) = 126+107+62=295 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.71% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6B3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6B3E is #8194C1. Grayscale: #6B6B6B. Windows color (decimal): -8492226 or 4090750. OLE color: 4090750.

HSL color Cylindrical-coordinate representation of color #7E6B3E: hue angle of 42.19º 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 #7E6B3E is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB12610762-
CMYK00.150.510.51
HSL42.19º34.04%36.86%-
HSV(B)42.19º50.79%49.41%-
XYZ14.7315.36.73-
YUV107.55102.29141.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.71%
GREEN value IS 107 (42.19% from 255) = 36.27%
BLUE value IS 62 (24.61% from 255) = 21.02%
R=42.71%
G=36.27%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261076200.150.510.5142.1934.0436.86
Hex7E6B3E0F33332a2225
Octal176153760176363524245
Binary1111110110101111111001111110011110011101010100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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