#716365

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

Shades of Falcon #716365

Tints of Falcon #716365

Color information

#716365 (or 0x716365) is unknown color: approx Falcon. HEX triplet: 71, 63 and 65. RGB value is (113,99,101). Sum of RGB (Red+Green+Blue) = 113+99+101=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 113 - color contains mainly: red. Hex color #716365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716365 is #8E9C9A. Grayscale: #676767. Windows color (decimal): -9346203 or 6644593. OLE color: 6644593.

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

Color convert

RGB11399101-
CMYK00.120.110.56
HSL351.43º6.6%41.57%-
HSV(B)351.43º12.39%44.31%-
XYZ13.6213.3714.18-
YUV103.41126.64134.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.10%
GREEN value IS 99 (39.06% from 255) = 31.63%
BLUE value IS 101 (39.84% from 255) = 32.27%
R=36.10%
G=31.63%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1139910100.120.110.56351.436.641.57
Hex7163650CB3815f72a
Octal1611431450141370537752
Binary111000111000111100101011001011111000101011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716365; }

 p { color: rgb(113,99,101); }

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

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

 a { background-color: rgb(113,99,101); }

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

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

 span { border-color: rgb(113,99,101); }

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