#746341

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

Shades of Yellow Metal #746341

Tints of Yellow Metal #746341

Color information

#746341 (or 0x746341) is unknown color: approx Yellow Metal. HEX triplet: 74, 63 and 41. RGB value is (116,99,65). Sum of RGB (Red+Green+Blue) = 116+99+65=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #746341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746341 is #8B9CBE. Grayscale: #646464. Windows color (decimal): -9149631 or 4285300. OLE color: 4285300.

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

Color convert

RGB1169965-
CMYK00.150.440.55
HSL40º28.18%35.49%-
HSV(B)40º43.97%45.49%-
XYZ12.6213.026.85-
YUV100.21108.13139.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.43%
GREEN value IS 99 (39.06% from 255) = 35.36%
BLUE value IS 65 (25.78% from 255) = 23.21%
R=41.43%
G=35.36%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116996500.150.440.554028.1835.49
Hex7463410F2C37281c23
Octal1641431010175467503443
Binary1110100110001110000010111110110011011110100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746341; }

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

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

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

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

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

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

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

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