#706364

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

Shades of Falcon #706364

Tints of Falcon #706364

Color information

#706364 (or 0x706364) is unknown color: approx Falcon. HEX triplet: 70, 63 and 64. RGB value is (112,99,100). Sum of RGB (Red+Green+Blue) = 112+99+100=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 112 - color contains mainly: red. Hex color #706364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706364 is #8F9C9B. Grayscale: #676767. Windows color (decimal): -9411740 or 6579056. OLE color: 6579056.

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

Color convert

RGB11299100-
CMYK00.120.110.56
HSL355.38º6.16%41.37%-
HSV(B)355.38º11.61%43.92%-
XYZ13.4413.2913.91-
YUV103126.31134.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.01%
GREEN value IS 99 (39.06% from 255) = 31.83%
BLUE value IS 100 (39.45% from 255) = 32.15%
R=36.01%
G=31.83%
B=32.15%

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
Decimal1129910000.120.110.56355.386.1641.37
Hex7063640CB38163629
Octal1601431440141370543651
Binary111000011000111100100011001011111000101100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706364; }

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

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

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

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

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

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

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

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