#7C6A3A

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

Shades of Yellow Metal #7C6A3A

Tints of Yellow Metal #7C6A3A

Color information

#7C6A3A (or 0x7C6A3A) is unknown color: approx Yellow Metal. HEX triplet: 7C, 6A and 3A. RGB value is (124,106,58). Sum of RGB (Red+Green+Blue) = 124+106+58=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6A3A is #8395C5. Grayscale: #6A6A6A. Windows color (decimal): -8623558 or 3828348. OLE color: 3828348.

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

Color convert

RGB12410658-
CMYK00.150.530.51
HSL43.64º36.26%35.69%-
HSV(B)43.64º53.23%48.63%-
XYZ14.2314.96.13-
YUV105.91100.96140.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.06%
GREEN value IS 106 (41.80% from 255) = 36.81%
BLUE value IS 58 (23.05% from 255) = 20.14%
R=43.06%
G=36.81%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241065800.150.530.5143.6436.2635.69
Hex7C6A3A0F35332c2424
Octal174152720176563544444
Binary1111100110101011101001111110101110011101100100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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