#7C6846

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

Shades of Yellow Metal #7C6846

Tints of Yellow Metal #7C6846

Color information

#7C6846 (or 0x7C6846) is unknown color: approx Yellow Metal. HEX triplet: 7C, 68 and 46. RGB value is (124,104,70). Sum of RGB (Red+Green+Blue) = 124+104+70=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6846 is #8397B9. Grayscale: #6A6A6A. Windows color (decimal): -8624058 or 4614268. OLE color: 4614268.

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

Color convert

RGB12410470-
CMYK00.160.440.51
HSL37.78º27.84%38.04%-
HSV(B)37.78º43.55%48.63%-
XYZ14.3714.637.86-
YUV106.1107.63140.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.61%
GREEN value IS 104 (41.02% from 255) = 34.90%
BLUE value IS 70 (27.73% from 255) = 23.49%
R=41.61%
G=34.90%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241047000.160.440.5137.7827.8438.04
Hex7C68460102C33261c26
Octal1741501060205463463446
Binary11111001101000100011001000010110011001110011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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