#746843

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

Shades of Yellow Metal #746843

Tints of Yellow Metal #746843

Color information

#746843 (or 0x746843) is unknown color: approx Yellow Metal. HEX triplet: 74, 68 and 43. RGB value is (116,104,67). Sum of RGB (Red+Green+Blue) = 116+104+67=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #746843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746843 is #8B97BC. Grayscale: #676767. Windows color (decimal): -9148349 or 4417652. OLE color: 4417652.

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

Color convert

RGB11610467-
CMYK00.100.420.55
HSL45.31º26.78%35.88%-
HSV(B)45.31º42.24%45.49%-
XYZ13.1714.027.32-
YUV103.37107.48137.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.42%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 67 (26.56% from 255) = 23.34%
R=40.42%
G=36.24%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161046700.100.420.5545.3126.7835.88
Hex7468430A2A372d1b24
Octal1641501030125267553344
Binary1110100110100010000110101010101011011110110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746843; }

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

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

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

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

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

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

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

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