#736465

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

Shades of Falcon #736465

Tints of Falcon #736465

Color information

#736465 (or 0x736465) is unknown color: approx Falcon. HEX triplet: 73, 64 and 65. RGB value is (115,100,101). Sum of RGB (Red+Green+Blue) = 115+100+101=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 115 - color contains mainly: red. Hex color #736465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736465 is #8C9B9A. Grayscale: #686868. Windows color (decimal): -9214875 or 6644851. OLE color: 6644851.

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

Color convert

RGB115100101-
CMYK00.130.120.55
HSL356º6.98%42.16%-
HSV(B)356º13.04%45.1%-
XYZ13.9813.714.22-
YUV104.6125.97135.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.39%
GREEN value IS 100 (39.45% from 255) = 31.65%
BLUE value IS 101 (39.84% from 255) = 31.96%
R=36.39%
G=31.65%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510010100.130.120.553566.9842.16
Hex7364650DC3716472a
Octal1631441450151467544752
Binary111001111001001100101011011100110111101100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736465; }

 p { color: rgb(115,100,101); }

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

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

 a { background-color: rgb(115,100,101); }

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

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

 span { border-color: rgb(115,100,101); }

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