#746144

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

Shades of Yellow Metal #746144

Tints of Yellow Metal #746144

Color information

#746144 (or 0x746144) is unknown color: approx Yellow Metal. HEX triplet: 74, 61 and 44. RGB value is (116,97,68). Sum of RGB (Red+Green+Blue) = 116+97+68=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #746144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746144 is #8B9EBB. Grayscale: #636363. Windows color (decimal): -9150140 or 4481396. OLE color: 4481396.

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

Color convert

RGB1169768-
CMYK00.160.410.55
HSL36.25º26.09%36.08%-
HSV(B)36.25º41.38%45.49%-
XYZ12.5212.687.26-
YUV99.37110.29139.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.28%
GREEN value IS 97 (38.28% from 255) = 34.52%
BLUE value IS 68 (26.95% from 255) = 24.20%
R=41.28%
G=34.52%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116976800.160.410.5536.2526.0936.08
Hex7461440102937241a24
Octal1641411040205167443244
Binary11101001100001100010001000010100111011110010011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746144; }

 p { color: rgb(116,97,68); }

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

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

 a { background-color: rgb(116,97,68); }

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

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

 span { border-color: rgb(116,97,68); }

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