#706163

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

Shades of Falcon #706163

Tints of Falcon #706163

Color information

#706163 (or 0x706163) is unknown color: approx Falcon. HEX triplet: 70, 61 and 63. RGB value is (112,97,99). Sum of RGB (Red+Green+Blue) = 112+97+99=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #706163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706163 is #8F9E9C. Grayscale: #656565. Windows color (decimal): -9412253 or 6513008. OLE color: 6513008.

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

Color convert

RGB1129799-
CMYK00.130.120.56
HSL352º7.18%40.98%-
HSV(B)352º13.39%43.92%-
XYZ13.2112.8913.6-
YUV101.71126.47135.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 97 (38.28% from 255) = 31.49%
BLUE value IS 99 (39.06% from 255) = 32.14%
R=36.36%
G=31.49%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112979900.130.120.563527.1840.98
Hex7061630DC38160729
Octal1601411430151470540751
Binary111000011000011100011011011100111000101100000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706163; }

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

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

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

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

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

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

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

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