#7C683F

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

Shades of Yellow Metal #7C683F

Tints of Yellow Metal #7C683F

Color information

#7C683F (or 0x7C683F) is unknown color: approx Yellow Metal. HEX triplet: 7C, 68 and 3F. RGB value is (124,104,63). Sum of RGB (Red+Green+Blue) = 124+104+63=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 124 - color contains mainly: red. Hex color #7C683F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C683F is #8397C0. Grayscale: #696969. Windows color (decimal): -8624065 or 4155516. OLE color: 4155516.

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

Color convert

RGB12410463-
CMYK00.160.490.51
HSL40.33º32.62%36.67%-
HSV(B)40.33º49.19%48.63%-
XYZ14.1614.546.76-
YUV105.31104.13141.33-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.61%
GREEN value IS 104 (41.02% from 255) = 35.74%
BLUE value IS 63 (25% from 255) = 21.65%
R=42.61%
G=35.74%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241046300.160.490.5140.3332.6236.67
Hex7C683F0103133282125
Octal174150770206163504145
Binary11111001101000111111010000110001110011101000100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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