#705156

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

Shades of Falcon #705156

Tints of Falcon #705156

Color information

#705156 (or 0x705156) is unknown color: approx Falcon. HEX triplet: 70, 51 and 56. RGB value is (112,81,86). Sum of RGB (Red+Green+Blue) = 112+81+86=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #705156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705156 is #8FAEA9. Grayscale: #5A5A5A. Windows color (decimal): -9416362 or 5656944. OLE color: 5656944.

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

Color convert

RGB1128186-
CMYK00.280.230.56
HSL350.32º16.06%37.84%-
HSV(B)350.32º27.68%43.92%-
XYZ11.31010.14-
YUV90.84125.27143.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 86 (33.98% from 255) = 30.82%
R=40.14%
G=29.03%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112818600.280.230.56350.3216.0637.84
Hex70515601C173815e1026
Octal16012112603427705362046
Binary1110000101000110101100111001011111100010101111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705156; }

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

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

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

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

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

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

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

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