#717162

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

Shades of Finch #717162

Tints of Finch #717162

Color information

#717162 (or 0x717162) is unknown color: approx Finch. HEX triplet: 71, 71 and 62. RGB value is (113,113,98). Sum of RGB (Red+Green+Blue) = 113+113+98=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717162 is #8E8E9D. Grayscale: #6F6F6F. Windows color (decimal): -9342622 or 6451569. OLE color: 6451569.

HSL color Cylindrical-coordinate representation of color #717162: hue angle of 60º 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 #717162 is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB11311398-
CMYK000.130.56
HSL60º7.11%41.37%-
HSV(B)60º13.27%44.31%-
XYZ14.9216.213.9-
YUV111.29120.5129.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.88%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 98 (38.67% from 255) = 30.25%
R=34.88%
G=34.88%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11311398000.130.56607.1141.37
Hex71716200D383c729
Octal16116114200157074751
Binary111000111100011100010001101111000111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717162; }

 p { color: rgb(113,113,98); }

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

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

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

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

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

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

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