#746B3F

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

Shades of Yellow Metal #746B3F

Tints of Yellow Metal #746B3F

Color information

#746B3F (or 0x746B3F) is unknown color: approx Yellow Metal. HEX triplet: 74, 6B and 3F. RGB value is (116,107,63). Sum of RGB (Red+Green+Blue) = 116+107+63=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #746B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746B3F is #8B94C0. Grayscale: #686868. Windows color (decimal): -9147585 or 4156276. OLE color: 4156276.

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

Color convert

RGB11610763-
CMYK00.080.460.55
HSL49.81º29.61%35.1%-
HSV(B)49.81º45.69%45.49%-
XYZ13.3614.596.81-
YUV104.68104.48136.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.56%
GREEN value IS 107 (42.19% from 255) = 37.41%
BLUE value IS 63 (25% from 255) = 22.03%
R=40.56%
G=37.41%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161076300.080.460.5549.8129.6135.1
Hex746B3F082E37321e23
Octal164153770105667623643
Binary111010011010111111110100010111011011111001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746B3F; }

 p { color: rgb(116,107,63); }

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

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

 a { background-color: rgb(116,107,63); }

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

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

 span { border-color: rgb(116,107,63); }

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