#7C6436

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

Shades of Yellow Metal #7C6436

Tints of Yellow Metal #7C6436

Color information

#7C6436 (or 0x7C6436) is unknown color: approx Yellow Metal. HEX triplet: 7C, 64 and 36. RGB value is (124,100,54). Sum of RGB (Red+Green+Blue) = 124+100+54=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6436 is #839BC9. Grayscale: #666666. Windows color (decimal): -8625098 or 3564668. OLE color: 3564668.

HSL color Cylindrical-coordinate representation of color #7C6436: hue angle of 39.43º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C6436 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB12410054-
CMYK00.190.560.51
HSL39.43º39.33%34.9%-
HSV(B)39.43º56.45%48.63%-
XYZ13.5413.675.41-
YUV101.93100.95143.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.60%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 54 (21.48% from 255) = 19.42%
R=44.60%
G=35.97%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241005400.190.560.5139.4339.3334.9
Hex7C64360133833272723
Octal174144660237063474743
Binary11111001100100110110010011111000110011100111100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,100,54); }

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

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

 a { background-color: rgb(124,100,54); }

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

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

 span { border-color: rgb(124,100,54); }

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