#7C6840

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

Shades of Yellow Metal #7C6840

Tints of Yellow Metal #7C6840

Color information

#7C6840 (or 0x7C6840) is unknown color: approx Yellow Metal. HEX triplet: 7C, 68 and 40. RGB value is (124,104,64). Sum of RGB (Red+Green+Blue) = 124+104+64=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6840 is #8397BF. Grayscale: #696969. Windows color (decimal): -8624064 or 4221052. OLE color: 4221052.

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

Color convert

RGB12410464-
CMYK00.160.480.51
HSL40º31.91%36.86%-
HSV(B)40º48.39%48.63%-
XYZ14.1914.566.91-
YUV105.42104.63141.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.47%
GREEN value IS 104 (41.02% from 255) = 35.62%
BLUE value IS 64 (25.39% from 255) = 21.92%
R=42.47%
G=35.62%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241046400.160.480.514031.9136.86
Hex7C68400103033282025
Octal1741501000206063504045
Binary111110011010001000000010000110000110011101000100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,104,64); }

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

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

 a { background-color: rgb(124,104,64); }

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

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

 span { border-color: rgb(124,104,64); }

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