#746543

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

Shades of Yellow Metal #746543

Tints of Yellow Metal #746543

Color information

#746543 (or 0x746543) is unknown color: approx Yellow Metal. HEX triplet: 74, 65 and 43. RGB value is (116,101,67). Sum of RGB (Red+Green+Blue) = 116+101+67=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #746543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746543 is #8B9ABC. Grayscale: #656565. Windows color (decimal): -9149117 or 4416884. OLE color: 4416884.

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

Color convert

RGB11610167-
CMYK00.130.420.55
HSL41.63º26.78%35.88%-
HSV(B)41.63º42.24%45.49%-
XYZ12.8713.437.22-
YUV101.61108.47138.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.85%
GREEN value IS 101 (39.84% from 255) = 35.56%
BLUE value IS 67 (26.56% from 255) = 23.59%
R=40.85%
G=35.56%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161016700.130.420.5541.6326.7835.88
Hex7465430D2A372a1b24
Octal1641451030155267523344
Binary1110100110010110000110110110101011011110101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746543; }

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

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

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

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

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

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

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

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