#7C6845

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

Shades of Yellow Metal #7C6845

Tints of Yellow Metal #7C6845

Color information

#7C6845 (or 0x7C6845) is unknown color: approx Yellow Metal. HEX triplet: 7C, 68 and 45. RGB value is (124,104,69). Sum of RGB (Red+Green+Blue) = 124+104+69=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6845 is #8397BA. Grayscale: #6A6A6A. Windows color (decimal): -8624059 or 4548732. OLE color: 4548732.

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

Color convert

RGB12410469-
CMYK00.160.440.51
HSL38.18º28.5%37.84%-
HSV(B)38.18º44.35%48.63%-
XYZ14.3414.627.7-
YUV105.99107.13140.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.75%
GREEN value IS 104 (41.02% from 255) = 35.02%
BLUE value IS 69 (27.34% from 255) = 23.23%
R=41.75%
G=35.02%
B=23.23%

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
Decimal1241046900.160.440.5138.1828.537.84
Hex7C68450102C33261c26
Octal1741501050205463463446
Binary11111001101000100010101000010110011001110011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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