#716566

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

Shades of Falcon #716566

Tints of Falcon #716566

Color information

#716566 (or 0x716566) is unknown color: approx Falcon. HEX triplet: 71, 65 and 66. RGB value is (113,101,102). Sum of RGB (Red+Green+Blue) = 113+101+102=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 113 - color contains mainly: red. Hex color #716566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716566 is #8E9A99. Grayscale: #686868. Windows color (decimal): -9345690 or 6710641. OLE color: 6710641.

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

Color convert

RGB113101102-
CMYK00.110.100.56
HSL355º5.61%41.96%-
HSV(B)355º10.62%44.31%-
XYZ13.8613.7814.5-
YUV104.7126.48133.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.76%
GREEN value IS 101 (39.84% from 255) = 31.96%
BLUE value IS 102 (40.23% from 255) = 32.28%
R=35.76%
G=31.96%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310110200.110.100.563555.6141.96
Hex7165660BA3816362a
Octal1611451460131270543652
Binary111000111001011100110010111010111000101100011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716566; }

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

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

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

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

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

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

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

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