#706465

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

Shades of Falcon #706465

Tints of Falcon #706465

Color information

#706465 (or 0x706465) is unknown color: approx Falcon. HEX triplet: 70, 64 and 65. RGB value is (112,100,101). Sum of RGB (Red+Green+Blue) = 112+100+101=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 112 - color contains mainly: red. Hex color #706465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706465 is #8F9B9A. Grayscale: #676767. Windows color (decimal): -9411483 or 6644848. OLE color: 6644848.

HSL color Cylindrical-coordinate representation of color #706465: 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 #706465 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB112100101-
CMYK00.110.100.56
HSL355º5.66%41.57%-
HSV(B)355º10.71%43.92%-
XYZ13.5913.514.2-
YUV103.7126.48133.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.78%
GREEN value IS 100 (39.45% from 255) = 31.95%
BLUE value IS 101 (39.84% from 255) = 32.27%
R=35.78%
G=31.95%
B=32.27%

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
Decimal11210010100.110.100.563555.6641.57
Hex7064650BA3816362a
Octal1601441450131270543652
Binary111000011001001100101010111010111000101100011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706465; }

 p { color: rgb(112,100,101); }

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

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

 a { background-color: rgb(112,100,101); }

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

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

 span { border-color: rgb(112,100,101); }

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