#736063

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

Shades of Falcon #736063

Tints of Falcon #736063

Color information

#736063 (or 0x736063) is unknown color: approx Falcon. HEX triplet: 73, 60 and 63. RGB value is (115,96,99). Sum of RGB (Red+Green+Blue) = 115+96+99=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 115 - color contains mainly: red. Hex color #736063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736063 is #8C9F9C. Grayscale: #666666. Windows color (decimal): -9215901 or 6512755. OLE color: 6512755.

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

Color convert

RGB1159699-
CMYK00.170.140.55
HSL350.53º9%41.37%-
HSV(B)350.53º16.52%45.1%-
XYZ13.5112.9113.58-
YUV102.02126.29137.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.10%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 99 (39.06% from 255) = 31.94%
R=37.10%
G=30.97%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115969900.170.140.55350.53941.37
Hex736063011E3715f929
Octal16314014302116675371151
Binary11100111100000110001101000111101101111010111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736063; }

 p { color: rgb(115,96,99); }

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

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

 a { background-color: rgb(115,96,99); }

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

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

 span { border-color: rgb(115,96,99); }

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