#705556

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

Shades of Falcon #705556

Tints of Falcon #705556

Color information

#705556 (or 0x705556) is unknown color: approx Falcon. HEX triplet: 70, 55 and 56. RGB value is (112,85,86). Sum of RGB (Red+Green+Blue) = 112+85+86=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #705556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705556 is #8FAAA9. Grayscale: #5D5D5D. Windows color (decimal): -9415338 or 5657968. OLE color: 5657968.

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

Color convert

RGB1128586-
CMYK00.240.230.56
HSL357.78º13.71%38.63%-
HSV(B)357.78º24.11%43.92%-
XYZ11.6110.6110.24-
YUV93.19123.95141.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 85 (33.59% from 255) = 30.04%
BLUE value IS 86 (33.98% from 255) = 30.39%
R=39.58%
G=30.04%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112858600.240.230.56357.7813.7138.63
Hex7055560181738166e27
Octal16012512603027705461647
Binary111000010101011010110011000101111110001011001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705556; }

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

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

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

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

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

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

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

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