#746441

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

Shades of Yellow Metal #746441

Tints of Yellow Metal #746441

Color information

#746441 (or 0x746441) is unknown color: approx Yellow Metal. HEX triplet: 74, 64 and 41. RGB value is (116,100,65). Sum of RGB (Red+Green+Blue) = 116+100+65=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #746441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746441 is #8B9BBE. Grayscale: #646464. Windows color (decimal): -9149375 or 4285556. OLE color: 4285556.

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

Color convert

RGB11610065-
CMYK00.140.440.55
HSL41.18º28.18%35.49%-
HSV(B)41.18º43.97%45.49%-
XYZ12.7113.216.88-
YUV100.79107.8138.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.28%
GREEN value IS 100 (39.45% from 255) = 35.59%
BLUE value IS 65 (25.78% from 255) = 23.13%
R=41.28%
G=35.59%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161006500.140.440.5541.1828.1835.49
Hex7464410E2C37291c23
Octal1641441010165467513443
Binary1110100110010010000010111010110011011110100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746441; }

 p { color: rgb(116,100,65); }

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

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

 a { background-color: rgb(116,100,65); }

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

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

 span { border-color: rgb(116,100,65); }

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