#717164

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

Shades of Finch #717164

Tints of Finch #717164

Color information

#717164 (or 0x717164) is unknown color: approx Finch. HEX triplet: 71, 71 and 64. RGB value is (113,113,100). Sum of RGB (Red+Green+Blue) = 113+113+100=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717164 is #8E8E9B. Grayscale: #6F6F6F. Windows color (decimal): -9342620 or 6582641. OLE color: 6582641.

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

Color convert

RGB113113100-
CMYK000.120.56
HSL60º6.1%41.76%-
HSV(B)60º11.5%44.31%-
XYZ15.0216.2414.4-
YUV111.52121.5129.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 113 (44.53% from 255) = 34.66%
BLUE value IS 100 (39.45% from 255) = 30.67%
R=34.66%
G=34.66%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113113100000.120.56606.141.76
Hex71716400C383c62a
Octal16116114400147074652
Binary111000111100011100100001100111000111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717164; }

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

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

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

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

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

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

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

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