#705A5E

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

Shades of Falcon #705A5E

Tints of Falcon #705A5E

Color information

#705A5E (or 0x705A5E) is unknown color: approx Falcon. HEX triplet: 70, 5A and 5E. RGB value is (112,90,94). Sum of RGB (Red+Green+Blue) = 112+90+94=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #705A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A5E is #8FA5A1. Grayscale: #616161. Windows color (decimal): -9414050 or 6183536. OLE color: 6183536.

HSL color Cylindrical-coordinate representation of color #705A5E: hue angle of 349.09º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #705A5E is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1129094-
CMYK00.200.160.56
HSL349.09º10.89%39.61%-
HSV(B)349.09º19.64%43.92%-
XYZ12.3611.5712.17-
YUV97.03126.29138.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.84%
GREEN value IS 90 (35.55% from 255) = 30.41%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=37.84%
G=30.41%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112909400.200.160.56349.0910.8939.61
Hex705A5E014103815db28
Octal16013213602420705351350
Binary111000010110101011110010100100001110001010111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705A5E; }

 p { color: rgb(112,90,94); }

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

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

 a { background-color: rgb(112,90,94); }

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

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

 span { border-color: rgb(112,90,94); }

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