#7C623F

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

Shades of Yellow Metal #7C623F

Tints of Yellow Metal #7C623F

Color information

#7C623F (or 0x7C623F) is unknown color: approx Yellow Metal. HEX triplet: 7C, 62 and 3F. RGB value is (124,98,63). Sum of RGB (Red+Green+Blue) = 124+98+63=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C623F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C623F is #839DC0. Grayscale: #656565. Windows color (decimal): -8625601 or 4153980. OLE color: 4153980.

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

Color convert

RGB1249863-
CMYK00.210.490.51
HSL34.43º32.62%36.67%-
HSV(B)34.43º49.19%48.63%-
XYZ13.5813.386.57-
YUV101.78106.11143.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.51%
GREEN value IS 98 (38.67% from 255) = 34.39%
BLUE value IS 63 (25% from 255) = 22.11%
R=43.51%
G=34.39%
B=22.11%

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
Decimal124986300.210.490.5134.4332.6236.67
Hex7C623F0153133222125
Octal174142770256163424145
Binary11111001100010111111010101110001110011100010100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C623F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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