#717165

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

Shades of Finch #717165

Tints of Finch #717165

Color information

#717165 (or 0x717165) is unknown color: approx Finch. HEX triplet: 71, 71 and 65. RGB value is (113,113,101). Sum of RGB (Red+Green+Blue) = 113+113+101=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717165 is #8E8E9A. Grayscale: #6F6F6F. Windows color (decimal): -9342619 or 6648177. OLE color: 6648177.

HSL color Cylindrical-coordinate representation of color #717165: 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.11%. Process color model (Four color, CMYK) of #717165 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB113113101-
CMYK000.110.56
HSL60º5.61%41.96%-
HSV(B)60º10.62%44.31%-
XYZ15.0616.2614.66-
YUV111.63122128.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.56%
GREEN value IS 113 (44.53% from 255) = 34.56%
BLUE value IS 101 (39.84% from 255) = 30.89%
R=34.56%
G=34.56%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113113101000.110.56605.6141.96
Hex71716500B383c62a
Octal16116114500137074652
Binary111000111100011100101001011111000111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717165; }

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

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

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

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

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

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

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

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