#7C673A

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

Shades of Yellow Metal #7C673A

Tints of Yellow Metal #7C673A

Color information

#7C673A (or 0x7C673A) is unknown color: approx Yellow Metal. HEX triplet: 7C, 67 and 3A. RGB value is (124,103,58). Sum of RGB (Red+Green+Blue) = 124+103+58=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C673A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C673A is #8398C5. Grayscale: #686868. Windows color (decimal): -8624326 or 3827580. OLE color: 3827580.

HSL color Cylindrical-coordinate representation of color #7C673A: hue angle of 40.91º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C673A is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB12410358-
CMYK00.170.530.51
HSL40.91º36.26%35.69%-
HSV(B)40.91º53.23%48.63%-
XYZ13.9314.296.03-
YUV104.15101.96142.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.51%
GREEN value IS 103 (40.62% from 255) = 36.14%
BLUE value IS 58 (23.05% from 255) = 20.35%
R=43.51%
G=36.14%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241035800.170.530.5140.9136.2635.69
Hex7C673A0113533292424
Octal174147720216563514444
Binary11111001100111111010010001110101110011101001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C673A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,103,58); }

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

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

 a { background-color: rgb(124,103,58); }

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

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

 span { border-color: rgb(124,103,58); }

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