#717161

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

Shades of Finch #717161

Tints of Finch #717161

Color information

#717161 (or 0x717161) is unknown color: approx Finch. HEX triplet: 71, 71 and 61. RGB value is (113,113,97). Sum of RGB (Red+Green+Blue) = 113+113+97=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717161 is #8E8E9E. Grayscale: #6F6F6F. Windows color (decimal): -9342623 or 6386033. OLE color: 6386033.

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

Color convert

RGB11311397-
CMYK000.140.56
HSL60º7.62%41.18%-
HSV(B)60º14.16%44.31%-
XYZ14.8716.1813.65-
YUV111.18120129.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.98%
GREEN value IS 113 (44.53% from 255) = 34.98%
BLUE value IS 97 (38.28% from 255) = 30.03%
R=34.98%
G=34.98%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11311397000.140.56607.6241.18
Hex71716100E383c829
Octal161161141001670741051
Binary1110001111000111000010011101110001111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717161; }

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

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

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

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

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

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

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

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