#7C6A43

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

Shades of Yellow Metal #7C6A43

Tints of Yellow Metal #7C6A43

Color information

#7C6A43 (or 0x7C6A43) is unknown color: approx Yellow Metal. HEX triplet: 7C, 6A and 43. RGB value is (124,106,67). Sum of RGB (Red+Green+Blue) = 124+106+67=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6A43 is #8395BC. Grayscale: #6B6B6B. Windows color (decimal): -8623549 or 4418172. OLE color: 4418172.

HSL color Cylindrical-coordinate representation of color #7C6A43: hue angle of 41.05º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C6A43 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB12410667-
CMYK00.150.460.51
HSL41.05º29.84%37.45%-
HSV(B)41.05º45.97%48.63%-
XYZ14.48157.44-
YUV106.94105.46140.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.75%
GREEN value IS 106 (41.80% from 255) = 35.69%
BLUE value IS 67 (26.56% from 255) = 22.56%
R=41.75%
G=35.69%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241066700.150.460.5141.0529.8437.45
Hex7C6A430F2E33291e25
Octal1741521030175663513645
Binary1111100110101010000110111110111011001110100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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