#736264

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

Shades of Falcon #736264

Tints of Falcon #736264

Color information

#736264 (or 0x736264) is unknown color: approx Falcon. HEX triplet: 73, 62 and 64. RGB value is (115,98,100). Sum of RGB (Red+Green+Blue) = 115+98+100=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 115 - color contains mainly: red. Hex color #736264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736264 is #8C9D9B. Grayscale: #676767. Windows color (decimal): -9215388 or 6578803. OLE color: 6578803.

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

Color convert

RGB11598100-
CMYK00.150.130.55
HSL352.94º7.98%41.76%-
HSV(B)352.94º14.78%45.1%-
XYZ13.7413.313.9-
YUV103.31126.13136.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.74%
GREEN value IS 98 (38.67% from 255) = 31.31%
BLUE value IS 100 (39.45% from 255) = 31.95%
R=36.74%
G=31.31%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159810000.150.130.55352.947.9841.76
Hex7362640FD3716182a
Octal16314214401715675411052
Binary1110011110001011001000111111011101111011000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736264; }

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

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

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

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

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

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

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

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