#746061

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

Shades of Falcon #746061

Tints of Falcon #746061

Color information

#746061 (or 0x746061) is unknown color: approx Falcon. HEX triplet: 74, 60 and 61. RGB value is (116,96,97). Sum of RGB (Red+Green+Blue) = 116+96+97=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 116 - color contains mainly: red. Hex color #746061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746061 is #8B9F9E. Grayscale: #666666. Windows color (decimal): -9150367 or 6381684. OLE color: 6381684.

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

Color convert

RGB1169697-
CMYK00.170.160.55
HSL357º9.43%41.57%-
HSV(B)357º17.24%45.49%-
XYZ13.5412.9413.09-
YUV102.09125.13137.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.54%
GREEN value IS 96 (37.89% from 255) = 31.07%
BLUE value IS 97 (38.28% from 255) = 31.39%
R=37.54%
G=31.07%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116969700.170.160.553579.4341.57
Hex746061011103716592a
Octal16414014102120675451152
Binary111010011000001100001010001100001101111011001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746061; }

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

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

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

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

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

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

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

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