#7E6440

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

Shades of Yellow Metal #7E6440

Tints of Yellow Metal #7E6440

Color information

#7E6440 (or 0x7E6440) is unknown color: approx Yellow Metal. HEX triplet: 7E, 64 and 40. RGB value is (126,100,64). Sum of RGB (Red+Green+Blue) = 126+100+64=290 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.45% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6440 is #819BBF. Grayscale: #676767. Windows color (decimal): -8494016 or 4220030. OLE color: 4220030.

HSL color Cylindrical-coordinate representation of color #7E6440: hue angle of 34.84º degrees, saturation: 0.33, 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 #7E6440 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB12610064-
CMYK00.210.490.51
HSL34.84º32.63%37.25%-
HSV(B)34.84º49.21%49.41%-
XYZ14.0913.926.79-
YUV103.67105.61143.93-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.45%
GREEN value IS 100 (39.45% from 255) = 34.48%
BLUE value IS 64 (25.39% from 255) = 22.07%
R=43.45%
G=34.48%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261006400.210.490.5134.8432.6337.25
Hex7E64400153133232125
Octal1761441000256163434145
Binary111111011001001000000010101110001110011100011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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