#716163

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

Shades of Falcon #716163

Tints of Falcon #716163

Color information

#716163 (or 0x716163) is unknown color: approx Falcon. HEX triplet: 71, 61 and 63. RGB value is (113,97,99). Sum of RGB (Red+Green+Blue) = 113+97+99=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 113 - color contains mainly: red. Hex color #716163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716163 is #8E9E9C. Grayscale: #666666. Windows color (decimal): -9346717 or 6513009. OLE color: 6513009.

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

Color convert

RGB1139799-
CMYK00.140.120.56
HSL352.5º7.62%41.18%-
HSV(B)352.5º14.16%44.31%-
XYZ13.3412.9613.6-
YUV102.01126.3135.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.57%
GREEN value IS 97 (38.28% from 255) = 31.39%
BLUE value IS 99 (39.06% from 255) = 32.04%
R=36.57%
G=31.39%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113979900.140.120.56352.57.6241.18
Hex7161630EC38160829
Octal16114114301614705401051
Binary1110001110000111000110111011001110001011000001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716163; }

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

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

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

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

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

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

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

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