#717369

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

Shades of Finch #717369

Tints of Finch #717369

Color information

#717369 (or 0x717369) is unknown color: approx Finch. HEX triplet: 71, 73 and 69. RGB value is (113,115,105). Sum of RGB (Red+Green+Blue) = 113+115+105=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 115 - color contains mainly: green. Hex color #717369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717369 is #8E8C96. Grayscale: #717171. Windows color (decimal): -9342103 or 6910833. OLE color: 6910833.

HSL color Cylindrical-coordinate representation of color #717369: hue angle of 72º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #717369 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB113115105-
CMYK0.0200.090.55
HSL72º4.55%43.14%-
HSV(B)72º8.7%45.1%-
XYZ15.4916.7915.79-
YUV113.26123.34127.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.93%
GREEN value IS 115 (45.31% from 255) = 34.53%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=33.93%
G=34.53%
B=31.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131151050.0200.090.55724.5543.14
Hex717369209374852b
Octal161163151201167110553
Binary11100011110011110100110010011101111001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717369; }

 p { color: rgb(113,115,105); }

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

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

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

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

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

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

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