#736062

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

Shades of Falcon #736062

Tints of Falcon #736062

Color information

#736062 (or 0x736062) is unknown color: approx Falcon. HEX triplet: 73, 60 and 62. RGB value is (115,96,98). Sum of RGB (Red+Green+Blue) = 115+96+98=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 115 - color contains mainly: red. Hex color #736062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736062 is #8C9F9D. Grayscale: #656565. Windows color (decimal): -9215902 or 6447219. OLE color: 6447219.

HSL color Cylindrical-coordinate representation of color #736062: hue angle of 353.68º 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 #736062 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB1159698-
CMYK00.170.150.55
HSL353.68º9%41.37%-
HSV(B)353.68º16.52%45.1%-
XYZ13.4612.8913.33-
YUV101.91125.79137.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.22%
GREEN value IS 96 (37.89% from 255) = 31.07%
BLUE value IS 98 (38.67% from 255) = 31.72%
R=37.22%
G=31.07%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115969800.170.150.55353.68941.37
Hex736062011F37162929
Octal16314014202117675421151
Binary11100111100000110001001000111111101111011000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736062; }

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

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

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

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

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

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

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

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