#716667

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

Shades of Falcon #716667

Tints of Falcon #716667

Color information

#716667 (or 0x716667) is unknown color: approx Falcon. HEX triplet: 71, 66 and 67. RGB value is (113,102,103). Sum of RGB (Red+Green+Blue) = 113+102+103=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 113 - color contains mainly: red. Hex color #716667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716667 is #8E9998. Grayscale: #696969. Windows color (decimal): -9345433 or 6776433. OLE color: 6776433.

HSL color Cylindrical-coordinate representation of color #716667: hue angle of 354.55º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #716667 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB113102103-
CMYK00.100.090.56
HSL354.55º5.12%42.16%-
HSV(B)354.55º9.73%44.31%-
XYZ14.0113.9914.79-
YUV105.4126.64133.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 103 (40.62% from 255) = 32.39%
R=35.53%
G=32.08%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310210300.100.090.56354.555.1242.16
Hex7166670A93816352a
Octal1611461470121170543552
Binary111000111001101100111010101001111000101100011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716667; }

 p { color: rgb(113,102,103); }

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

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

 a { background-color: rgb(113,102,103); }

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

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

 span { border-color: rgb(113,102,103); }

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