#717656

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

Shades of Finch #717656

Tints of Finch #717656

Color information

#717656 (or 0x717656) is unknown color: approx Finch. HEX triplet: 71, 76 and 56. RGB value is (113,118,86). Sum of RGB (Red+Green+Blue) = 113+118+86=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 118 - color contains mainly: green. Hex color #717656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717656 is #8E89A9. Grayscale: #707070. Windows color (decimal): -9341354 or 5666417. OLE color: 5666417.

HSL color Cylindrical-coordinate representation of color #717656: hue angle of 69.38º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #717656 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB11311886-
CMYK0.0400.270.54
HSL69.38º15.69%40%-
HSV(B)69.38º27.12%46.27%-
XYZ14.9717.1411.32-
YUV112.86112.84128.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 118 (46.48% from 255) = 37.22%
BLUE value IS 86 (33.98% from 255) = 27.13%
R=35.65%
G=37.22%
B=27.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113118860.0400.270.5469.3815.6940
Hex717656401B36451028
Octal1611661264033661052050
Binary111000111101101010110100011011110110100010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717656; }

 p { color: rgb(113,118,86); }

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

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

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

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

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

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

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