#705659

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

Shades of Falcon #705659

Tints of Falcon #705659

Color information

#705659 (or 0x705659) is unknown color: approx Falcon. HEX triplet: 70, 56 and 59. RGB value is (112,86,89). Sum of RGB (Red+Green+Blue) = 112+86+89=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #705659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705659 is #8FA9A6. Grayscale: #5E5E5E. Windows color (decimal): -9415079 or 5854832. OLE color: 5854832.

HSL color Cylindrical-coordinate representation of color #705659: hue angle of 353.08º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #705659 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1128689-
CMYK00.230.210.56
HSL353.08º13.13%38.82%-
HSV(B)353.08º23.21%43.92%-
XYZ11.8110.8210.92-
YUV94.12125.11140.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 89 (35.16% from 255) = 31.01%
R=39.02%
G=29.97%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112868900.230.210.56353.0813.1338.82
Hex7056590171538161d27
Octal16012613102725705411547
Binary111000010101101011001010111101011110001011000011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705659; }

 p { color: rgb(112,86,89); }

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

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

 a { background-color: rgb(112,86,89); }

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

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

 span { border-color: rgb(112,86,89); }

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