#746540

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

Shades of Yellow Metal #746540

Tints of Yellow Metal #746540

Color information

#746540 (or 0x746540) is unknown color: approx Yellow Metal. HEX triplet: 74, 65 and 40. RGB value is (116,101,64). Sum of RGB (Red+Green+Blue) = 116+101+64=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #746540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746540 is #8B9ABF. Grayscale: #656565. Windows color (decimal): -9149120 or 4220276. OLE color: 4220276.

HSL color Cylindrical-coordinate representation of color #746540: hue angle of 42.69º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #746540 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB11610164-
CMYK00.130.450.55
HSL42.69º28.89%35.29%-
HSV(B)42.69º44.83%45.49%-
XYZ12.7813.396.76-
YUV101.27106.97138.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.28%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 64 (25.39% from 255) = 22.78%
R=41.28%
G=35.94%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161016400.130.450.5542.6928.8935.29
Hex7465400D2D372b1d23
Octal1641451000155567533543
Binary1110100110010110000000110110110111011110101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746540; }

 p { color: rgb(116,101,64); }

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

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

 a { background-color: rgb(116,101,64); }

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

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

 span { border-color: rgb(116,101,64); }

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