#717156

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

Shades of Finch #717156

Tints of Finch #717156

Color information

#717156 (or 0x717156) is unknown color: approx Finch. HEX triplet: 71, 71 and 56. RGB value is (113,113,86). Sum of RGB (Red+Green+Blue) = 113+113+86=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717156 is #8E8EA9. Grayscale: #6E6E6E. Windows color (decimal): -9342634 or 5665137. OLE color: 5665137.

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

Color convert

RGB11311386-
CMYK000.240.56
HSL60º13.57%39.02%-
HSV(B)60º23.89%44.31%-
XYZ14.3915.9911.13-
YUV109.92114.5130.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.22%
GREEN value IS 113 (44.53% from 255) = 36.22%
BLUE value IS 86 (33.98% from 255) = 27.56%
R=36.22%
G=36.22%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11311386000.240.566013.5739.02
Hex7171560018383ce27
Octal161161126003070741647
Binary11100011110001101011000110001110001111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717156; }

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

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

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

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

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

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

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

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