#717166

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

Shades of Finch #717166

Tints of Finch #717166

Color information

#717166 (or 0x717166) is unknown color: approx Finch. HEX triplet: 71, 71 and 66. RGB value is (113,113,102). Sum of RGB (Red+Green+Blue) = 113+113+102=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717166 is #8E8E99. Grayscale: #6F6F6F. Windows color (decimal): -9342618 or 6713713. OLE color: 6713713.

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

Color convert

RGB113113102-
CMYK000.100.56
HSL60º5.12%42.16%-
HSV(B)60º9.73%44.31%-
XYZ15.1116.2814.92-
YUV111.75122.5128.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.45%
GREEN value IS 113 (44.53% from 255) = 34.45%
BLUE value IS 102 (40.23% from 255) = 31.10%
R=34.45%
G=34.45%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113113102000.100.56605.1242.16
Hex71716600A383c52a
Octal16116114600127074552
Binary111000111100011100110001010111000111100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717166; }

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

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

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

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

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

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

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

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